PublicFishingRow: {
    rank: number;
    speciesId: string | null;
    username: string;
    value: number;
}

Deliberately narrower than the authenticated row: a name, a number, and nothing that identifies an account.

Type declaration

  • rank: number
  • speciesId: string | null
  • username: string

    "Unknown" when the account has no cached username. Never a user ID.

  • value: number