/** * 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 { RunRelationshipsSchema1Workflow } from './RunRelationshipsSchema1Workflow'; /** * * @export * @interface RunRelationshipsSchema1 */ export interface RunRelationshipsSchema1 { /** * * @type {RunRelationshipsSchema1Workflow} * @memberof RunRelationshipsSchema1 */ workflow: RunRelationshipsSchema1Workflow; } /** * Check if a given object implements the RunRelationshipsSchema1 interface. */ export declare function instanceOfRunRelationshipsSchema1(value: object): value is RunRelationshipsSchema1; export declare function RunRelationshipsSchema1FromJSON(json: any): RunRelationshipsSchema1; export declare function RunRelationshipsSchema1FromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema1; export declare function RunRelationshipsSchema1ToJSON(json: any): RunRelationshipsSchema1; export declare function RunRelationshipsSchema1ToJSONTyped(value?: RunRelationshipsSchema1 | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RunRelationshipsSchema1.d.ts.map