export const GROUP_NAME_MAX_LENGTH = 64

/** 建立家族所需金幣（自 users.coin_balance 扣除） */
export const GROUP_CREATE_COIN_COST = 10_000
