UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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