import { IUIOptions } from '../../../utils/api'; export interface UIOptionsWidgetInterface { onLoad: (options: IUIOptions) => void; }