UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 182 B
type ServicesConsumptionDetail = { beginDate?: Date | null; endDate?: Date | null; pricingMode?: string; quantity?: number; }; export { ServicesConsumptionDetail };