We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's either a brain fart or an actual issue.
export type MutableStep1Dto = MutableDto<Step1Dto, "userType" | "propertyTypes">;
I want to extract the second argument of MutableDto to count the union members. I tried walking the nodes but it just doesn't yield the expected types as seen in the AST viewer, see https://ts-ast-viewer.com/#code/FAUwHgDg9gTgLgAjgTwiBBZArnAhgIwBsQBlOECANgBE4oEBeTHA42qAHjIproBoEAIiwBnEDAAqqEIIQAfIRBhQ08ZFLQjBAPgDcQA.
MutableDto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's either a brain fart or an actual issue.
I want to extract the second argument of
MutableDto
to count the union members. I tried walking the nodes but it just doesn't yield the expected types as seen in the AST viewer, see https://ts-ast-viewer.com/#code/FAUwHgDg9gTgLgAjgTwiBBZArnAhgIwBsQBlOECANgBE4oEBeTHA42qAHjIproBoEAIiwBnEDAAqqEIIQAfIRBhQ08ZFLQjBAPgDcQA.The text was updated successfully, but these errors were encountered: