UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

18 lines 514 B
/** Account List */ export interface AccountDelegated { /** Name of account */ accountName: string; /** List of allowed sizes for this account in bytes */ allowedAccountSize?: number[]; /** Account description */ description: string; /** Name of domain */ domain: string; /** Email */ email: string; /** If true your account is blocked */ isBlocked: boolean; /** Size of your account in bytes */ size: number; } //# sourceMappingURL=AccountDelegated.d.ts.map