UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 202 B
type BillingFidelityAccount = { alertThreshold?: number | null; balance?: number; canBeCredited?: boolean; lastUpdate?: Date; openDate?: Date; }; export { BillingFidelityAccount };