Type Alias FishingEnforcementCleared

FishingEnforcementCleared: {
    cleared: boolean;
    enforcement: FishingEnforcementLevel;
    userId: string;
}

Type declaration

  • cleared: boolean

    False when there was nothing to lift. A no-op, not an error.

  • enforcement: FishingEnforcementLevel

    Always allow - this is the state after clearing.

  • userId: string