export type InputsPanelSpec = { name: 'inputsPanel'; config: { actionOrder: string[]; }; };