UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 174 B
type DedicatedServerBackupBackupSftp = { password?: string | null; url?: string | null; username?: string | null; }; export { DedicatedServerBackupBackupSftp };