/** * 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 { AssessmentRelationshipsCandidatesDataSchema } from './AssessmentRelationshipsCandidatesDataSchema'; /** * Candidate-mode assessments stamp the candidates they screen; to-many on rows and on the wire. * @export * @interface AssessmentRelationshipsCandidatesSchema */ export interface AssessmentRelationshipsCandidatesSchema { /** * * @type {Array} * @memberof AssessmentRelationshipsCandidatesSchema */ data?: Array; } /** * Check if a given object implements the AssessmentRelationshipsCandidatesSchema interface. */ export declare function instanceOfAssessmentRelationshipsCandidatesSchema(value: object): value is AssessmentRelationshipsCandidatesSchema; export declare function AssessmentRelationshipsCandidatesSchemaFromJSON(json: any): AssessmentRelationshipsCandidatesSchema; export declare function AssessmentRelationshipsCandidatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssessmentRelationshipsCandidatesSchema; export declare function AssessmentRelationshipsCandidatesSchemaToJSON(json: any): AssessmentRelationshipsCandidatesSchema; export declare function AssessmentRelationshipsCandidatesSchemaToJSONTyped(value?: AssessmentRelationshipsCandidatesSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AssessmentRelationshipsCandidatesSchema.d.ts.map