import { ActionWithPage } from "./actions"; export type ResourceErrorRouterParams = { resource: string; action: ActionWithPage | undefined; };