UNPKG

radiobrowser-api-client

Version:
4 lines (3 loc) 200 B
export type StationsListOutputFormat = 'json' | 'csv' | 'xml' | 'm3u' | 'pls' | 'xspf' | 'ttl'; export type ListOutputFormat = 'json' | 'csv' | 'xml'; export type ObjectOutputFromat = 'json' | 'xml';