UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 260 B
import { LicenseOptionLabel } from './LicenseOptionLabel.js'; type LicenseOption = { amount?: string | null; canBeDeleted?: boolean; expirationDate?: Date; label?: LicenseOptionLabel; version?: string | null; }; export { LicenseOption };