Issues with Brand Matching in TypeScript Schema

I'm having some issues when trying to match on Brands:

In this case my brand is defined as this:
export const JobId = Schema.String.pipe(Schema.brand("JobId"));


When it's gone throught he match statement, it's deconstructed into its "functions" - or so it seems.
Screenshot_2024-09-27_at_2.25.52_PM.png
Was this page helpful?