UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 237 B
type IpLoadbalancingQuotaHistoryQuotaHistory = { historizedDate?: Date; id?: number; lastUpdateDate?: Date; resetDate?: Date; total?: number; zone?: string; }; export { IpLoadbalancingQuotaHistoryQuotaHistory };