UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 153 B
type NichandleNicAutorenewInfos = { active?: boolean; lastRenew?: Date | null; renewDay?: number; }; export { NichandleNicAutorenewInfos };