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