@openstream/client
Version:
Openstream Radio Server Client
9 lines • 312 B
TypeScript
import type { PaginationQs } from "../../../qs/PaginationQs.js";
import type { ShowQuery } from "./ShowQuery.js";
import type { SortQuery } from "./SortQuery.js";
export type Query = {
show?: ShowQuery;
sort?: SortQuery;
stations?: Array<string>;
} & PaginationQs;
//# sourceMappingURL=Query.d.ts.map