/** * 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 { ReportRelationshipsTenantsDataSchema } from './ReportRelationshipsTenantsDataSchema'; /** * * @export * @interface ReportRelationshipsTenantsSchema */ export interface ReportRelationshipsTenantsSchema { /** * * @type {ReportRelationshipsTenantsDataSchema} * @memberof ReportRelationshipsTenantsSchema */ data?: ReportRelationshipsTenantsDataSchema | null; } /** * Check if a given object implements the ReportRelationshipsTenantsSchema interface. */ export declare function instanceOfReportRelationshipsTenantsSchema(value: object): value is ReportRelationshipsTenantsSchema; export declare function ReportRelationshipsTenantsSchemaFromJSON(json: any): ReportRelationshipsTenantsSchema; export declare function ReportRelationshipsTenantsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportRelationshipsTenantsSchema; export declare function ReportRelationshipsTenantsSchemaToJSON(json: any): ReportRelationshipsTenantsSchema; export declare function ReportRelationshipsTenantsSchemaToJSONTyped(value?: ReportRelationshipsTenantsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ReportRelationshipsTenantsSchema.d.ts.map