Make PathParams
type Record<string, string | ReadonlyArray<string>>
?
#1017
stefanprobst
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hey, @stefanprobst. Thank you for the suggestion. What benefits do you think it'd provide if we switched to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, would you consider changing the
PathParams
type fromRecord<string, string | string[]>
toRecord<string, string | ReadonlyArray<string>>
?Beta Was this translation helpful? Give feedback.
All reactions