/** * 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 { ReportRelationshipsTenantSchema } from './ReportRelationshipsTenantSchema'; /** * * @export * @interface ReportRelationshipsSchema */ export interface ReportRelationshipsSchema { /** * * @type {ReportRelationshipsTenantSchema} * @memberof ReportRelationshipsSchema */ tenant?: ReportRelationshipsTenantSchema; } /** * Check if a given object implements the ReportRelationshipsSchema interface. */ export declare function instanceOfReportRelationshipsSchema(value: object): value is ReportRelationshipsSchema; export declare function ReportRelationshipsSchemaFromJSON(json: any): ReportRelationshipsSchema; export declare function ReportRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportRelationshipsSchema; export declare function ReportRelationshipsSchemaToJSON(json: any): ReportRelationshipsSchema; export declare function ReportRelationshipsSchemaToJSONTyped(value?: ReportRelationshipsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ReportRelationshipsSchema.d.ts.map