GuildFishingConfig: GuildFishingConfigInput & {
    autoClearOptions: readonly number[];
    baseCooldownMs: number;
    maxAllowedChannels: number;
    panelPosted: boolean;
}

Type declaration

  • autoClearOptions: readonly number[]
  • baseCooldownMs: number

    Read-only context, so a form can validate before submitting rather than learning from a 400.

  • maxAllowedChannels: number
  • panelPosted: boolean

    Whether a dock panel message currently exists.