UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 135 B
type ZoneStatus = { errors?: string[] | null; isDeployed?: boolean; warnings?: string[] | null; }; export { ZoneStatus };