UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 256 B
/** Mail service linked to webhosting */ export interface Emailoption { /** Creation date */ creationDate: string; /** Email service domain */ domain: string; /** Account id */ id: number; } //# sourceMappingURL=Emailoption.d.ts.map