AnyParams
Summary
A broad params shape for APIs that cannot know an exact route pattern ahead of time.
Signature
type AnyParams = Record<string, string>;
A broad params shape for APIs that cannot know an exact route pattern ahead of time.
type AnyParams = Record<string, string>;