UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 210 B
/** Balance type */ export declare enum TypeEnum { 'BONUS' = "BONUS", 'DEPOSIT' = "DEPOSIT", 'PREPAID_ACCOUNT' = "PREPAID_ACCOUNT", 'VOUCHER' = "VOUCHER" } //# sourceMappingURL=TypeEnum.d.ts.map