-model-name-prefix Add prefix to --type-mappings values,How to make it don't add prefix? #12323
Unanswered
lengyue524
asked this question in
Q&A
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.
-
I use language Swift5
--type-mappings object=JSON --model-name-prefix X3liveCharge
this make object type to
X3liveChargeJSON
which makes type error.I only need
JSON
If I remove --type-mappings object convert to Any, it did't add the prefix.
How can I contorl the prefix operation.
Beta Was this translation helpful? Give feedback.
All reactions