@openstream/client
Version:
Openstream Radio Server Client
21 lines • 592 B
TypeScript
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