import { RouteActionData } from "./route-action-data";
export type ActionResponseData = RouteActionData;
