UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 231 B
type DedicatedServerBackupBackupPassword = { sftpArchive?: string | null; sftpStorage?: string | null; swiftArchive?: string | null; swiftStorage?: string | null; }; export { DedicatedServerBackupBackupPassword };