m1212e / prismabox

typebox schema generator for prisma
MIT License
32 stars 6 forks source link

Added support for `Bytes` type. #5

Closed taylorzane closed 5 months ago

taylorzane commented 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.

I added a field to the Token model to test this change.

m1212e commented 5 months ago

Hey, thanks for your contribution!