/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { RunRelationshipsSchema1WorkflowData } from './RunRelationshipsSchema1WorkflowData'; /** * * @export * @interface RunRelationshipsSchema1Workflow */ export interface RunRelationshipsSchema1Workflow { /** * * @type {RunRelationshipsSchema1WorkflowData} * @memberof RunRelationshipsSchema1Workflow */ data?: RunRelationshipsSchema1WorkflowData; } /** * Check if a given object implements the RunRelationshipsSchema1Workflow interface. */ export declare function instanceOfRunRelationshipsSchema1Workflow(value: object): value is RunRelationshipsSchema1Workflow; export declare function RunRelationshipsSchema1WorkflowFromJSON(json: any): RunRelationshipsSchema1Workflow; export declare function RunRelationshipsSchema1WorkflowFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema1Workflow; export declare function RunRelationshipsSchema1WorkflowToJSON(json: any): RunRelationshipsSchema1Workflow; export declare function RunRelationshipsSchema1WorkflowToJSONTyped(value?: RunRelationshipsSchema1Workflow | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RunRelationshipsSchema1Workflow.d.ts.map