UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 359 B
/** 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