Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to not inline a nested object type information with TypeScript type-description #141

Open
eyurtsev opened this issue Apr 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@eyurtsev
Copy link
Owner

Want to be able to support something like this, where Bar is not inlined.

type Bar = {
  ...
}

type Foo  = {
  a: Bar
  b: Bar
}
@eyurtsev eyurtsev added the enhancement New feature or request label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant