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