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