/** * 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 { ConversationRelationshipsChatsDataSchema } from './ConversationRelationshipsChatsDataSchema'; /** * * @export * @interface ConversationRelationshipsChatsSchema */ export interface ConversationRelationshipsChatsSchema { /** * * @type {Array} * @memberof ConversationRelationshipsChatsSchema */ data?: Array; } /** * Check if a given object implements the ConversationRelationshipsChatsSchema interface. */ export declare function instanceOfConversationRelationshipsChatsSchema(value: object): value is ConversationRelationshipsChatsSchema; export declare function ConversationRelationshipsChatsSchemaFromJSON(json: any): ConversationRelationshipsChatsSchema; export declare function ConversationRelationshipsChatsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsChatsSchema; export declare function ConversationRelationshipsChatsSchemaToJSON(json: any): ConversationRelationshipsChatsSchema; export declare function ConversationRelationshipsChatsSchemaToJSONTyped(value?: ConversationRelationshipsChatsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ConversationRelationshipsChatsSchema.d.ts.map