/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for the tenant-wide chat-privacy config payload. * * Shared by GET and PATCH on /orgs/{org}/chat-privacy-config/. */ export type TenantChatPrivacyConfig = { /** * Whether the tenant allows end users to control their chat history privacy (anonymize or disable). When False, user and session preferences are ignored and history is always logged. */ allow_user_chat_privacy_control: boolean; };