UNPKG

@openstream/client

Version:
21 lines 592 B
import type { CountryCode } from "../CountryCode.js"; import type { DateTime } from "../DateTime.js"; export type WsStatsConnection = { _id: string; st: string; task_id: string; sd: string | null | undefined; dp: string; du: number | null | undefined; op: boolean; cc: CountryCode | null | undefined; ip: string; ap: string | null | undefined; av: number | null | undefined; us: string | null | undefined; re: number; ca: DateTime; cl: DateTime | null | undefined; _m: boolean; }; //# sourceMappingURL=WsStatsConnection.d.ts.map