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