UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 374 B
import { UnitAndValueLong } from '../../complexType/UnitAndValueLong'; /** Struct which describes mail offer available and his quota */ export interface CreationEmailCapabilities { /** Number of email available for creation */ available: number; /** Email account capacity */ quota: UnitAndValueLong; } //# sourceMappingURL=CreationEmailCapabilities.d.ts.map