UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

15 lines 692 B
/** The status of an order step */ export declare enum StepNameEnum { 'accessIsOperational' = "accessIsOperational", 'checkInfrastructure' = "checkInfrastructure", 'configureAccessOnOVH' = "configureAccessOnOVH", 'orderPayed' = "orderPayed", 'orderReceived' = "orderReceived", 'orderTreatment' = "orderTreatment", 'sendModem' = "sendModem", 'sendOrderToProvider' = "sendOrderToProvider", 'setupCustomerPremisesEquipment' = "setupCustomerPremisesEquipment", 'waitingForProviderInstallReport' = "waitingForProviderInstallReport", 'waitingForWithdrawalPeriodToBeOver' = "waitingForWithdrawalPeriodToBeOver" } //# sourceMappingURL=StepNameEnum.d.ts.map