export type WidgetProps = { handler?: string; apiDomain: string; preference: string; [key: string]: unknown; };