UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 159 B
type SaasCsp2BillingStatisticsLine = { licenceId?: number; licenceName?: string; peakCount?: number; }; export { SaasCsp2BillingStatisticsLine };