/** * 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 { CandidateRelationshipsTalentDataSchema } from './CandidateRelationshipsTalentDataSchema'; /** * * @export * @interface CandidateRelationshipsTalentSchema */ export interface CandidateRelationshipsTalentSchema { /** * * @type {CandidateRelationshipsTalentDataSchema} * @memberof CandidateRelationshipsTalentSchema */ data?: CandidateRelationshipsTalentDataSchema | null; } /** * Check if a given object implements the CandidateRelationshipsTalentSchema interface. */ export declare function instanceOfCandidateRelationshipsTalentSchema(value: object): value is CandidateRelationshipsTalentSchema; export declare function CandidateRelationshipsTalentSchemaFromJSON(json: any): CandidateRelationshipsTalentSchema; export declare function CandidateRelationshipsTalentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CandidateRelationshipsTalentSchema; export declare function CandidateRelationshipsTalentSchemaToJSON(json: any): CandidateRelationshipsTalentSchema; export declare function CandidateRelationshipsTalentSchemaToJSONTyped(value?: CandidateRelationshipsTalentSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CandidateRelationshipsTalentSchema.d.ts.map