question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Changing the outputed type

See original GitHub issue

I maybe misunderstanding @asType, but I’m trying to change the outputed type of a complex object to just be object in the schema and can’t get it.

IMyInterface {
  name: string

/**
* @asType object
*/
  complex: SomeComplexObject
}

It still attempts to generate definitions for SomeComplexObject, rather than just setting the type to object?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
thejuancommented, Aug 30, 2019

NP. I’ve worked around it for now. Can look at a PR if it comes up again for us.

1reaction
domoritzcommented, Dec 9, 2022

I’ll close it but we can reopen if it’s still an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change output type in Visual Studio 2012-2015.
Right Click the project in the Solution Explorer · Click Properties · Select Application in the Properties Window · Click on the Output...
Read more >
PO Change output type - SAP Community
Hi,. Go to SPRO > MM > Purchasing > Messages > Fields Relevant to Printouts of Changes - Here add the Z-field with...
Read more >
Output type can not be changed - Visual Studio Feedback
Open project properties again; Output type is Windows Application. Compilation of the project is as Windows Application, I can't get it to ...
Read more >
Changing Output Formats in a Report
Changing Output Formats in a Report. The output format of your content determines the type of file that is generated when that content...
Read more >
Configure Output Types in SAP SD
Output type is a medium using which Business communicates with its business partners during sales order processing like Order Confirmation / acknowledgement, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found