/** * Tapis Workflows API * Create and manage pipelines * * The version of the OpenAPI document: 1.6.0 * Contact: cicsupport@tacc.utexas.edu * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface ReqApplicationTaskAllOf */ export interface ReqApplicationTaskAllOf { /** * * @type {string} * @memberof ReqApplicationTaskAllOf */ image: string; } export declare function ReqApplicationTaskAllOfFromJSON(json: any): ReqApplicationTaskAllOf; export declare function ReqApplicationTaskAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqApplicationTaskAllOf; export declare function ReqApplicationTaskAllOfToJSON(value?: ReqApplicationTaskAllOf | null): any;