import { IOtherJVMOptions } from '../../../utils/api'; export interface OtherOptionsWidgetInterface { onLoad: (other: IOtherJVMOptions) => void; }