UNPKG

@openstream/client

Version:
12 lines 469 B
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