UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 161 B
type DedicatedServerBmcTestResult = { expirationDate?: Date; message?: string | null; status?: boolean; }; export { DedicatedServerBmcTestResult };