UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 282 B
/** Horizon As A Service Customer User */ export interface CustomerUser { /** Email of your HaaS User */ email?: string; /** Customer id */ id: number; /** Customer username of your HaaS User */ username: string; } //# sourceMappingURL=CustomerUser.d.ts.map