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