UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 190 B
/** Voucher validity range */ export interface VoucherValidity { /** Valid from */ from?: string; /** Valid to */ to?: string; } //# sourceMappingURL=VoucherValidity.d.ts.map