UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 270 B
/** Possible values for bill type */ export declare enum BillTypeEnum { 'creditPurchased' = "creditPurchased", 'monthlyConsumption' = "monthlyConsumption", 'monthlyInstanceActivation' = "monthlyInstanceActivation" } //# sourceMappingURL=BillTypeEnum.d.ts.map