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