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