/** * 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. */ /** * @type ConversationAttributesSchemaName * Conversation name. Can be a plain string or a multilingual object keyed by language code * @export */ export type ConversationAttributesSchemaName = string | { [key: string]: string; }; export declare function ConversationAttributesSchemaNameFromJSON(json: any): ConversationAttributesSchemaName; export declare function ConversationAttributesSchemaNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationAttributesSchemaName; export declare function ConversationAttributesSchemaNameToJSON(json: any): any; export declare function ConversationAttributesSchemaNameToJSONTyped(value?: ConversationAttributesSchemaName | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ConversationAttributesSchemaName.d.ts.map