/** * 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 { WorkflowRelationshipsTriggersSchemaDataInner } from './WorkflowRelationshipsTriggersSchemaDataInner'; /** * * @export * @interface WorkflowRelationshipsTriggersSchema */ export interface WorkflowRelationshipsTriggersSchema { /** * * @type {Array} * @memberof WorkflowRelationshipsTriggersSchema */ data?: Array; } /** * Check if a given object implements the WorkflowRelationshipsTriggersSchema interface. */ export declare function instanceOfWorkflowRelationshipsTriggersSchema(value: object): value is WorkflowRelationshipsTriggersSchema; export declare function WorkflowRelationshipsTriggersSchemaFromJSON(json: any): WorkflowRelationshipsTriggersSchema; export declare function WorkflowRelationshipsTriggersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkflowRelationshipsTriggersSchema; export declare function WorkflowRelationshipsTriggersSchemaToJSON(json: any): WorkflowRelationshipsTriggersSchema; export declare function WorkflowRelationshipsTriggersSchemaToJSONTyped(value?: WorkflowRelationshipsTriggersSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=WorkflowRelationshipsTriggersSchema.d.ts.map