We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Params is:
Params
export type Params = Record<string, string>;
But if you get an optional param that is missing you get undefined.
undefined
Either the type of Params should be:
Or the key for optional parameters should not be present.