We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
File t1.ts
t1.ts
type MyType = string; interface Data { val: MyType; arr: MyType[]; }
node build/src/cli/index.js --files t1.ts --interfaces Data -o string
Result:
{ "Data": { "val": "excepturi qui voluptatem", "arr": [ {}, {}, {} ] } };