/** * 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 { JobRelationshipsCandidatesMetaSchema } from './JobRelationshipsCandidatesMetaSchema'; import type { JobRelationshipsCandidatesDataSchema } from './JobRelationshipsCandidatesDataSchema'; /** * * @export * @interface JobRelationshipsCandidatesSchema */ export interface JobRelationshipsCandidatesSchema { /** * * @type {Array} * @memberof JobRelationshipsCandidatesSchema */ data?: Array; /** * * @type {JobRelationshipsCandidatesMetaSchema} * @memberof JobRelationshipsCandidatesSchema */ meta?: JobRelationshipsCandidatesMetaSchema; } /** * Check if a given object implements the JobRelationshipsCandidatesSchema interface. */ export declare function instanceOfJobRelationshipsCandidatesSchema(value: object): value is JobRelationshipsCandidatesSchema; export declare function JobRelationshipsCandidatesSchemaFromJSON(json: any): JobRelationshipsCandidatesSchema; export declare function JobRelationshipsCandidatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsCandidatesSchema; export declare function JobRelationshipsCandidatesSchemaToJSON(json: any): JobRelationshipsCandidatesSchema; export declare function JobRelationshipsCandidatesSchemaToJSONTyped(value?: JobRelationshipsCandidatesSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobRelationshipsCandidatesSchema.d.ts.map