import type { ActionId } from './ActionId'; export type UrlPluginRegistration = { tableAction: ActionId; };