/** * 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 { OperationRelationshipsCandidateDataSchema } from './OperationRelationshipsCandidateDataSchema'; /** * * @export * @interface OperationRelationshipsCandidateSchema */ export interface OperationRelationshipsCandidateSchema { /** * * @type {OperationRelationshipsCandidateDataSchema} * @memberof OperationRelationshipsCandidateSchema */ data?: OperationRelationshipsCandidateDataSchema | null; } /** * Check if a given object implements the OperationRelationshipsCandidateSchema interface. */ export declare function instanceOfOperationRelationshipsCandidateSchema(value: object): value is OperationRelationshipsCandidateSchema; export declare function OperationRelationshipsCandidateSchemaFromJSON(json: any): OperationRelationshipsCandidateSchema; export declare function OperationRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): OperationRelationshipsCandidateSchema; export declare function OperationRelationshipsCandidateSchemaToJSON(json: any): OperationRelationshipsCandidateSchema; export declare function OperationRelationshipsCandidateSchemaToJSONTyped(value?: OperationRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=OperationRelationshipsCandidateSchema.d.ts.map