import { OvhSubsidiaryEnum } from '../../nichandle/OvhSubsidiaryEnum';
/** Missing description */
export interface Creation {
    /** Description of your cart */
    description: string;
    /** Time of expiration of the cart */
    expire: string;
    /** OVH Subsidiary where you want to order */
    ovhSubsidiary: OvhSubsidiaryEnum;
}
//# sourceMappingURL=Creation.d.ts.map