UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 253 B
/** Label corresponding to different type of price */ export declare enum PriceLabelEnum { 'DISCOUNT' = "DISCOUNT", 'FEE' = "FEE", 'PRICE' = "PRICE", 'RENEW' = "RENEW", 'TOTAL' = "TOTAL" } //# sourceMappingURL=PriceLabelEnum.d.ts.map