Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 580 Bytes

File metadata and controls

21 lines (15 loc) · 580 Bytes

Home > radio-browser-api > StationQuery

StationQuery type

Signature:

export declare type StationQuery = {
    offset?: number;
    limit?: number;
    reverse?: boolean;
    order?: keyof typeof StationSearchOrder;
    hideBroken?: boolean;
    removeDuplicates?: boolean;
};

References: StationSearchOrder