/** * 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 { CandidateRelationshipsFormsDataSchema } from './CandidateRelationshipsFormsDataSchema'; /** * * @export * @interface CandidateRelationshipsFormsSchema */ export interface CandidateRelationshipsFormsSchema { /** * * @type {Array} * @memberof CandidateRelationshipsFormsSchema */ data?: Array; } /** * Check if a given object implements the CandidateRelationshipsFormsSchema interface. */ export declare function instanceOfCandidateRelationshipsFormsSchema(value: object): value is CandidateRelationshipsFormsSchema; export declare function CandidateRelationshipsFormsSchemaFromJSON(json: any): CandidateRelationshipsFormsSchema; export declare function CandidateRelationshipsFormsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CandidateRelationshipsFormsSchema; export declare function CandidateRelationshipsFormsSchemaToJSON(json: any): CandidateRelationshipsFormsSchema; export declare function CandidateRelationshipsFormsSchemaToJSONTyped(value?: CandidateRelationshipsFormsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CandidateRelationshipsFormsSchema.d.ts.map