/** * 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 { TalentRelationshipsTasksSchemaDataInner } from './TalentRelationshipsTasksSchemaDataInner'; /** * * @export * @interface CandidateRelationshipsTasksSchema */ export interface CandidateRelationshipsTasksSchema { /** * * @type {Array} * @memberof CandidateRelationshipsTasksSchema */ data?: Array; } /** * Check if a given object implements the CandidateRelationshipsTasksSchema interface. */ export declare function instanceOfCandidateRelationshipsTasksSchema(value: object): value is CandidateRelationshipsTasksSchema; export declare function CandidateRelationshipsTasksSchemaFromJSON(json: any): CandidateRelationshipsTasksSchema; export declare function CandidateRelationshipsTasksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CandidateRelationshipsTasksSchema; export declare function CandidateRelationshipsTasksSchemaToJSON(json: any): CandidateRelationshipsTasksSchema; export declare function CandidateRelationshipsTasksSchemaToJSONTyped(value?: CandidateRelationshipsTasksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CandidateRelationshipsTasksSchema.d.ts.map