const RoleBrand = Symbol.for("Role")
const RoleBrandSchema = Schema.Literal("admin", "customer").pipe(Schema.brand(RoleBrand))
const roleBrand = Schema.decodeUnknownSync(RoleBrandSchema)("customer")
const roleBrands = RoleBrand.literals
const RoleBrand = Symbol.for("Role")
const RoleBrandSchema = Schema.Literal("admin", "customer").pipe(Schema.brand(RoleBrand))
const roleBrand = Schema.decodeUnknownSync(RoleBrandSchema)("customer")
const roleBrands = RoleBrand.literals