FishingBoardRow: {
    badges: string[];
    isViewer: boolean;
    rank: number;
    speciesId?: string | null;
    userId: string;
    value: number;
}

Type declaration

  • badges: string[]
  • isViewer: boolean

    True for the row belonging to the session user, so a UI can highlight it without searching.

  • rank: number
  • OptionalspeciesId?: string | null

    Only set on the biggestCatch axis.

  • userId: string
  • value: number