/** * 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 { ConversationRelationshipsTalentDataSchema } from './ConversationRelationshipsTalentDataSchema'; /** * * @export * @interface ConversationRelationshipsTalentSchema */ export interface ConversationRelationshipsTalentSchema { /** * * @type {ConversationRelationshipsTalentDataSchema} * @memberof ConversationRelationshipsTalentSchema */ data?: ConversationRelationshipsTalentDataSchema | null; } /** * Check if a given object implements the ConversationRelationshipsTalentSchema interface. */ export declare function instanceOfConversationRelationshipsTalentSchema(value: object): value is ConversationRelationshipsTalentSchema; export declare function ConversationRelationshipsTalentSchemaFromJSON(json: any): ConversationRelationshipsTalentSchema; export declare function ConversationRelationshipsTalentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsTalentSchema; export declare function ConversationRelationshipsTalentSchemaToJSON(json: any): ConversationRelationshipsTalentSchema; export declare function ConversationRelationshipsTalentSchemaToJSONTyped(value?: ConversationRelationshipsTalentSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ConversationRelationshipsTalentSchema.d.ts.map