/** * 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. */ import { Uses } from './'; /** * * @export * @interface TemplateTaskAllOf */ export interface TemplateTaskAllOf { /** * * @type {Uses} * @memberof TemplateTaskAllOf */ uses?: Uses; } export declare function TemplateTaskAllOfFromJSON(json: any): TemplateTaskAllOf; export declare function TemplateTaskAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): TemplateTaskAllOf; export declare function TemplateTaskAllOfToJSON(value?: TemplateTaskAllOf | null): any;