import type { ConfirmationDialog } from './ConfirmationDialog'; import type { InputElementDispatchAction } from './InputElementDispatchAction'; export type Actionable = Block & { appId: string; blockId: string; actionId: string; confirm?: ConfirmationDialog; dispatchActionConfig?: InputElementDispatchAction[]; }; //# sourceMappingURL=Actionable.d.ts.map