import type { SearchType } from "./search"; export interface PlayParams { id: string; kind: SearchType; } //# sourceMappingURL=play.d.ts.map