remix/router · Type

View Source

AnyParams

Summary

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

Signature

type AnyParams = Record<string, string>