UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 287 B
/** The web access for your virtual number chat application */ export interface ChatAccess { /** The creation date of this access */ creationDate: string; /** */ id: number; /** The url of the web access */ url: string; } //# sourceMappingURL=ChatAccess.d.ts.map