UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 303 B
import { Price } from '../order/Price'; /** Details about a Voucher account */ export interface VoucherAccount { /** */ balance: Price; /** */ lastUpdate: string; /** */ openDate: string; /** */ voucherAccountId: string; } //# sourceMappingURL=VoucherAccount.d.ts.map