import { JsonApiLinksRelated } from './jsonApiLinksRelated'; /** * Contains the endpoint you can use to find out what formats the version can be downloaded as. * @export * @interface VersionDataRelationshipsDownloadFormats */ export interface VersionDataRelationshipsDownloadFormats { /** * * @type {JsonApiLinksRelated} * @memberof VersionDataRelationshipsDownloadFormats */ 'links'?: JsonApiLinksRelated; }