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