/** * 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. */ /** * * @export * @interface RunRelationshipsWorkflowSchemaData */ export interface RunRelationshipsWorkflowSchemaData { /** * * @type {string} * @memberof RunRelationshipsWorkflowSchemaData */ type?: string; /** * * @type {string} * @memberof RunRelationshipsWorkflowSchemaData */ id?: string; } /** * Check if a given object implements the RunRelationshipsWorkflowSchemaData interface. */ export declare function instanceOfRunRelationshipsWorkflowSchemaData(value: object): value is RunRelationshipsWorkflowSchemaData; export declare function RunRelationshipsWorkflowSchemaDataFromJSON(json: any): RunRelationshipsWorkflowSchemaData; export declare function RunRelationshipsWorkflowSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsWorkflowSchemaData; export declare function RunRelationshipsWorkflowSchemaDataToJSON(json: any): RunRelationshipsWorkflowSchemaData; export declare function RunRelationshipsWorkflowSchemaDataToJSONTyped(value?: RunRelationshipsWorkflowSchemaData | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RunRelationshipsWorkflowSchemaData.d.ts.map