import type { ModalSearchOptions, ChatOptions } from '@gleanwork/web-sdk'; export type ThemeConfig = { glean: { searchOptions: ModalSearchOptions; chatOptions: ChatOptions; }; };