UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 258 B
/** A structure describing the SFTP access to a container */ export interface BackupSftp { /** Sftp password. */ password?: string; /** Url */ url?: string; /** Username */ username?: string; } //# sourceMappingURL=BackupSftp.d.ts.map