Josué David Briceño Urquijo
Josué David Briceño Urquijo
Maybe this change in the [dynamodb-toolbox/src/schema/string/schema_.ts](https://github.com/dynamodb-toolbox/dynamodb-toolbox/tree/main/src/schema/string) would solve the problem. ```ts // Line 112 const( constant: CONSTANT ): If< PROPS['key'], StringSchema_, StringSchema_ > { return ifThenElse( this.props.key as PROPS['key'], new...
Hi @ThomasAribart Excellent! I think, it should give any problem by being a shorthand. Only the documentation should be changed, and perhaps add a note there, explaining that `const(...)`is a...
Hi @ThomasAribart I've made the changes you've suggested and tested again if autocompleted worked, and everything OK!
Solved the type error. I had to re-add the extends due of typescript compiler giving `''` as the default value of the type. No more tsc errors!
@ThomasAribart any updates in here? or everything ok?