Type Alias GuildFishingConfig
GuildFishingConfig: GuildFishingConfigInput & { autoClearOptions: readonly number[]; baseCooldownMs: number; maxAllowedChannels: number; panelPosted: boolean; } Type declaration
autoClearOptions: readonly number[]
baseCooldownMs: number
maxAllowedChannels: number
panelPosted: boolean
Read-only context, so a form can validate before submitting rather than learning from a 400.