UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 220 B
/** Option Config Parameter type */ export declare enum OptionConfigParamTypeEnum { 'bool' = "bool", 'int' = "int", 'list' = "list", 'str' = "str" } //# sourceMappingURL=OptionConfigParamTypeEnum.d.ts.map