UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 287 B
/** User of the click 2 call */ export interface Click2CallUser { /** Date when user was created */ creationDateTime: string; /** Contact identifier */ id: number; /** login of the click 2 call user */ login: string; } //# sourceMappingURL=Click2CallUser.d.ts.map