Override generated component schemas #1848
Unanswered
fjodor-rybakov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am not sure you can as these are in the generator. You can look to possible make it a configurable option and open and issue ticket and PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! I want to override
export type
orexport interface
in schema generation toconst
. For example:My schema:
What i get now:
What i want:
How i can replace
interface
toconst
?Beta Was this translation helpful? Give feedback.
All reactions