/** * 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 { ReportRelationshipsTenantsSchema } from './ReportRelationshipsTenantsSchema'; /** * WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md). * @export * @interface ReportWriteRelationshipsSchema */ export interface ReportWriteRelationshipsSchema { /** * * @type {ReportRelationshipsTenantsSchema} * @memberof ReportWriteRelationshipsSchema */ tenants?: ReportRelationshipsTenantsSchema; } /** * Check if a given object implements the ReportWriteRelationshipsSchema interface. */ export declare function instanceOfReportWriteRelationshipsSchema(value: object): value is ReportWriteRelationshipsSchema; export declare function ReportWriteRelationshipsSchemaFromJSON(json: any): ReportWriteRelationshipsSchema; export declare function ReportWriteRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportWriteRelationshipsSchema; export declare function ReportWriteRelationshipsSchemaToJSON(json: any): ReportWriteRelationshipsSchema; export declare function ReportWriteRelationshipsSchemaToJSONTyped(value?: ReportWriteRelationshipsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ReportWriteRelationshipsSchema.d.ts.map