UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 173 B
type SaasCsp2StatisticsLine = { endOfDayCount?: number; licenceId?: number; licenceName?: string; peakCount?: number; }; export { SaasCsp2StatisticsLine };