/** * ELEMENTS API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { VantageWorkflow } from './'; /** * * @export * @interface VantageWorkflows */ export interface VantageWorkflows { /** * * @type {Array} * @memberof VantageWorkflows */ workflows: Array; } export declare function VantageWorkflowsFromJSON(json: any): VantageWorkflows; export declare function VantageWorkflowsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VantageWorkflows; export declare function VantageWorkflowsToJSON(value?: VantageWorkflows | null): any;