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