UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 175 B
type VpsAutomatedBackupAttachedInfos = { additionalDisk?: string | null; nfs?: string | null; smb?: string | null; }; export { VpsAutomatedBackupAttachedInfos };