UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 209 B
/** Field type of a payment mean */ export declare enum PaymentMeanFieldTypeEnum { 'hidden' = "hidden", 'select' = "select", 'text' = "text" } //# sourceMappingURL=PaymentMeanFieldTypeEnum.d.ts.map