@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 329 B
TypeScript
/** The task step */
export declare enum TodoGeneralPublicStepsEnum {
'checkOrder' = "checkOrder",
'createHlrs' = "createHlrs",
'finishing' = "finishing",
'sendMailReport' = "sendMailReport",
'starting' = "starting",
'waitForHlrs' = "waitForHlrs"
}
//# sourceMappingURL=TodoGeneralPublicStepsEnum.d.ts.map