@sinclair/typebox and I am looking for a similar option to .parse method provided by zod that throws an error.@sinclair/typebox offers .Check method but it does not throw an error. Also there is an .Errors method that returns me an array of validation error but still I'd have to throw it manually. Am I missing something there?