import { DownloadPayloadDataAttributesFormat } from './downloadPayloadDataAttributesFormat'; /** * Contains information about the desired download format. * @export * @interface DownloadPayloadDataAttributes */ export interface DownloadPayloadDataAttributes { /** * * @type {DownloadPayloadDataAttributesFormat} * @memberof DownloadPayloadDataAttributes */ 'format': DownloadPayloadDataAttributesFormat; }