UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 329 B
/** A structure describing the information related to Openstack to reach the container. */ export interface BackupSwift { /** Auth url. */ authUrl?: string; /** Openstack password. */ password?: string; /** Openstack username to use swift. */ username?: string; } //# sourceMappingURL=BackupSwift.d.ts.map