/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Response body for the disable-chathistory toggle endpoint. */ export type SessionDisableChathistoryResponse = { session_id: string; disable_chathistory: boolean; };