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