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