UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 229 B
/** A structure describing a Veeam backup's access informations */ export interface Infos { /** NFS URL of the backup */ nfs: string; /** SMB URL of the backup */ smb: string; } //# sourceMappingURL=Infos.d.ts.map