UNPKG

@openstream/client

Version:
9 lines 312 B
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