@openstream/client
Version:
Openstream Radio Server Client
11 lines • 383 B
TypeScript
export type UserAgent = {
ua: string | null | undefined;
category: string | null | undefined;
browser_type: string | null | undefined;
vendor: string | null | undefined;
name: string | null | undefined;
version: string | null | undefined;
os: string | null | undefined;
os_version: string | null | undefined;
};
//# sourceMappingURL=UserAgent.d.ts.map