import type { ActionId } from './ActionId'; export type ClearActionsParams = { except: Array; };