MCPcopy
hub / github.com/molefrog/wouter / DefaultParams

Interface DefaultParams

packages/wouter/types/index.d.ts:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * Route patterns and parameters
45 */
46export interface DefaultParams {
47 readonly [paramName: string | number]: string | undefined;
48}
49
50export type Params<T extends DefaultParams = DefaultParams> = T;
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…