Type Alias: HistoryRouteOptions
HistoryRouteOptions = {
agent?:never;path:`${string}:agentId${string}`; } | {agent:string;path:string; }
Options accepted by historyRoute.
HistoryRouteOptions = {
agent?:never;path:`${string}:agentId${string}`; } | {agent:string;path:string; }
Options accepted by historyRoute.