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

Remove use of T.Object for TypeBox #43

Closed
NikolasHaimerl opened this issue Jan 28, 2025 · 0 comments
Closed

Remove use of T.Object for TypeBox #43

NikolasHaimerl opened this issue Jan 28, 2025 · 0 comments

Comments

@NikolasHaimerl
Copy link
Contributor

We should not be using T.Object from TypeBox to parse types.

I added b6cf42e to fix the typings in such way that TypeScript would be able to detect this bug.

I highly recommend you to fix all other places using TypeBox T.Object values to use Static<typeof T> instead. But that's out of the scope of this pull request.

Originally posted by @bajtos in #40 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant