@openstream/client
Version:
Openstream Radio Server Client
20 lines • 599 B
TypeScript
import type { CountryCode } from "../CountryCode.js";
import type { DateTime } from "../DateTime.js";
export type StreamConnectionLite = {
_id: string;
dp: string | null | undefined;
st: string;
op: boolean;
ip: string;
cc: CountryCode | null | undefined;
du: number | null | undefined;
by: number | null | undefined;
br: string | null | undefined;
do: string | null | undefined;
os: string | null | undefined;
ca: DateTime;
re?: boolean;
_m?: boolean;
cl: DateTime | null | undefined;
};
//# sourceMappingURL=StreamConnectionLite.d.ts.map