Interface PageOfSearchResults

This represents a page of AudioFiles returned from Player.searchAudioFiles. Since the search is over all the files in the available stations, each AudioFile is paired with the Station it appears in .

Hierarchy

  • PageOfSearchResults

Properties

Properties

page: number
per_page: number
results: {
    audioFile: AudioFile;
    station: Station;
}[]

Type declaration

total: number

Generated using TypeDoc