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