/** * 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 { FinderRelationshipsCandidatesDataSchema } from './FinderRelationshipsCandidatesDataSchema'; /** * * @export * @interface FinderRelationshipsCandidatesSchema */ export interface FinderRelationshipsCandidatesSchema { /** * * @type {Array} * @memberof FinderRelationshipsCandidatesSchema */ data?: Array; } /** * Check if a given object implements the FinderRelationshipsCandidatesSchema interface. */ export declare function instanceOfFinderRelationshipsCandidatesSchema(value: object): value is FinderRelationshipsCandidatesSchema; export declare function FinderRelationshipsCandidatesSchemaFromJSON(json: any): FinderRelationshipsCandidatesSchema; export declare function FinderRelationshipsCandidatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderRelationshipsCandidatesSchema; export declare function FinderRelationshipsCandidatesSchemaToJSON(json: any): FinderRelationshipsCandidatesSchema; export declare function FinderRelationshipsCandidatesSchemaToJSONTyped(value?: FinderRelationshipsCandidatesSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FinderRelationshipsCandidatesSchema.d.ts.map