export type StationsListOutputFormat = 'json' | 'csv' | 'xml' | 'm3u' | 'pls' | 'xspf' | 'ttl';
export type ListOutputFormat = 'json' | 'csv' | 'xml';
export type ObjectOutputFromat = 'json' | 'xml';
