@openstream/client
Version:
Openstream Radio Server Client
11 lines • 444 B
TypeScript
import type { AnalyticsQueryKind } from "../../../app-analytics/AnalyticsQueryKind.js";
import type { CountryCodeOrZZ } from "./CountryCodeOrZZ.js";
export type Query = {
kind: AnalyticsQueryKind;
stations: string[] | undefined;
app_kind: string | null | undefined;
app_version: string | null | undefined;
country_code: CountryCodeOrZZ | null | undefined;
min_duration_ms?: number;
};
//# sourceMappingURL=Query.d.ts.map