import { Parameters } from './panel/types'; export interface PanelParameters { params: T; }