Infer the params type from a definition's uriTemplate string literal, e.g. "db://users/{id}" → { id: string | string[] }.
params
uriTemplate
"db://users/{id}"
{ id: string | string[] }
Infer the
paramstype from a definition'suriTemplatestring literal, e.g."db://users/{id}"→{ id: string | string[] }.