FishingSpeciesList: {
    species: FishingSpecies[];
    total: number;
}

Type declaration

  • species: FishingSpecies[]
  • total: number

    Stated so a consumer never has to guess whether the list was truncated. It is not.