/** * 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 { ConversationRelationshipsCallsDataSchema } from './ConversationRelationshipsCallsDataSchema'; /** * * @export * @interface ConversationRelationshipsCallsSchema */ export interface ConversationRelationshipsCallsSchema { /** * * @type {Array} * @memberof ConversationRelationshipsCallsSchema */ data?: Array; } /** * Check if a given object implements the ConversationRelationshipsCallsSchema interface. */ export declare function instanceOfConversationRelationshipsCallsSchema(value: object): value is ConversationRelationshipsCallsSchema; export declare function ConversationRelationshipsCallsSchemaFromJSON(json: any): ConversationRelationshipsCallsSchema; export declare function ConversationRelationshipsCallsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsCallsSchema; export declare function ConversationRelationshipsCallsSchemaToJSON(json: any): ConversationRelationshipsCallsSchema; export declare function ConversationRelationshipsCallsSchemaToJSONTyped(value?: ConversationRelationshipsCallsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ConversationRelationshipsCallsSchema.d.ts.map