/** * 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 { AttemptRelationshipsCandidateDataSchema } from './AttemptRelationshipsCandidateDataSchema'; /** * * @export * @interface AttemptRelationshipsCandidateSchema */ export interface AttemptRelationshipsCandidateSchema { /** * * @type {AttemptRelationshipsCandidateDataSchema} * @memberof AttemptRelationshipsCandidateSchema */ data?: AttemptRelationshipsCandidateDataSchema | null; } /** * Check if a given object implements the AttemptRelationshipsCandidateSchema interface. */ export declare function instanceOfAttemptRelationshipsCandidateSchema(value: object): value is AttemptRelationshipsCandidateSchema; export declare function AttemptRelationshipsCandidateSchemaFromJSON(json: any): AttemptRelationshipsCandidateSchema; export declare function AttemptRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsCandidateSchema; export declare function AttemptRelationshipsCandidateSchemaToJSON(json: any): AttemptRelationshipsCandidateSchema; export declare function AttemptRelationshipsCandidateSchemaToJSONTyped(value?: AttemptRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AttemptRelationshipsCandidateSchema.d.ts.map