Type Alias GuildFishingLeaderboard

GuildFishingLeaderboard: {
    axes: FishingBoardAxis[];
    axis: FishingBoardAxis;
    maxRows: number;
    period: string;
    rows: FishingBoardRow[];
    scope: FishingBoardScope;
    scopes: FishingBoardScope[];
    stale: boolean;
    viewerRank: number | null;
}

Type declaration