import { IPropertiesJVMOptions } from '../../../utils/api'; export interface PropertiesWidgetInterface { onLoad: (properties: IPropertiesJVMOptions) => void; }