UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 196 B
/** Filter the value of type property (=) */ export declare enum TypeEnum { 'integer' = "integer", 'password' = "password", 'string' = "string" } //# sourceMappingURL=TypeEnum.d.ts.map