Allow Record<string, string> as return type for DescriptionFunction #3350
franckmartin
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the only allowed return type for a
DescriptionFunction
isstring
.This is a problem if you want to do something like this:
The return type
Record<string, string>
should be allowed for such a function.Beta Was this translation helpful? Give feedback.
All reactions