Type Alias FishingBoardRow
FishingBoardRow: {
badges: string[];
isViewer: boolean;
rank: number;
speciesId?: string | null;
userId: string;
value: number;
}
Type declaration
badges: string[]
isViewer: boolean
rank: number
OptionalspeciesId?: string | null
userId: string
value: number
True for the row belonging to the session user, so a UI can highlight it without searching.