UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 170 B
type DomainDomainUsageAccountStruct = { date?: Date | null; emailCount?: number | null; quota?: number | null; }; export { DomainDomainUsageAccountStruct };