Advantages of Using Brand.nominal Over Schema Version
Is there any advantage on using Brand.nominal over the Schema version?
export type OrganizationId = string & Brand.Brand<"OrganizationId">;
export const OrganizationId = Brand.nominal<OrganizationId>();