import { DownloadDataRelationshipsStorage } from './downloadDataRelationshipsStorage'; /** * Contains links to the resources directly related to the download. * @export * @interface DownloadDataRelationships */ export interface DownloadDataRelationships { /** * * @type {DownloadDataRelationshipsStorage} * @memberof DownloadDataRelationships */ 'storage'?: DownloadDataRelationshipsStorage; }