Retaining TypeScript Brands During Encoding and Database Insertion
Is there a way to retain the "branding" when encoding? I am asking specifically about a string brand.
The reason I'm asking is because I have some brand types defined in my table schema, using Drizzle like:
But then, this also forces me to provide a
The reason I'm asking is because I have some brand types defined in my table schema, using Drizzle like:
But then, this also forces me to provide a
ContactId when inserting the value into the database which I usually do after an encoding: