UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 377 B
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