/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { DateRange } from './DateRange'; import type { TopicModel } from './TopicModel'; /** * Filter options for user-scoped chat history (no users field - always self). */ export type UserChatHistoryFilterData = { topics: Array; date_ranges?: Array; sentiment?: Array; };