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