Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
},
list: {
$query: {
search: true,
},
},
});
export type WorkspaceRoute = RootRouteMatchType<
typeof workspaceRouteSchema,
undefined,
string
>;
const history = new BrowserHistory();
const router = new BoringRouter(history);
export const route = router.$route(workspaceRouteSchema);