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