Type Alias FishingEnforcementState

FishingEnforcementState: {
    enforcement: FishingEnforcementLevel;
    expiresInSeconds: number | null;
    userId: string;
}

Type declaration

  • enforcement: FishingEnforcementLevel
  • expiresInSeconds: number | null

    Seconds until it lifts on its own. Null when there is no enforcement, or no expiry set.

  • userId: string