AnyParams

View Source

Summary

A broad params shape for APIs that cannot know an exact route pattern ahead of time.

Signature

type AnyParams = Record<string, string>;