Closed taylorzane closed 5 months ago
This adds support for the Bytes scalar type. Since Typebox only supports Uint8Array I didn't bother adding additional support for the other Uint*Array types that exist in JavaScript.
Bytes
Uint8Array
Uint*Array
I added a field to the Token model to test this change.
Token
Hey, thanks for your contribution!
This adds support for the
Bytes
scalar type. Since Typebox only supportsUint8Array
I didn't bother adding additional support for the otherUint*Array
types that exist in JavaScript.I added a field to the
Token
model to test this change.