import { JsonApiLink } from './jsonApiLink'; /** * Meta information about the storage location of the download. * @export * @interface DownloadDataRelationshipsStorageMeta */ export interface DownloadDataRelationshipsStorageMeta { /** * * @type {JsonApiLink} * @memberof DownloadDataRelationshipsStorageMeta */ 'link'?: JsonApiLink; }