MCPcopy
hub / github.com/kriasoft/universal-router / UrlParams

Interface UrlParams

src/generate-urls.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import UniversalRouter, { Route, Routes } from './universal-router.js'
13
14export interface UrlParams {
15 [paramName: string]: string | string[]
16}
17
18export interface GenerateUrlsOptions extends ParseOptions, CompileOptions {
19 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected