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