UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 326 B
/** Field type of a payment mean */ export var PaymentMeanFieldTypeEnum; (function (PaymentMeanFieldTypeEnum) { PaymentMeanFieldTypeEnum["hidden"] = "hidden"; PaymentMeanFieldTypeEnum["select"] = "select"; PaymentMeanFieldTypeEnum["text"] = "text"; })(PaymentMeanFieldTypeEnum || (PaymentMeanFieldTypeEnum = {}));