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