/** * * @export * @interface DownloadFormatsDataAttributesFormats */ export interface DownloadFormatsDataAttributesFormats { /** * The file name extension of the supported file format. * @type {string} * @memberof DownloadFormatsDataAttributesFormats */ 'fileType'?: string; }