@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 359 B
TypeScript
/** List of softphone devices */
export interface SoftphoneDevices {
/** Device ID */
id: string;
/** Device name */
name: string;
/** Device operating system */
os: string;
/** Last device register date */
updateTime: string;
/** Device user agent */
userAgent: string;
}
//# sourceMappingURL=SoftphoneDevices.d.ts.map