Base type for all branded types. Represents a brand with unknown value type and no keys.
type MyBrand = Brand<string, 'validated', never>; Copy
type MyBrand = Brand<string, 'validated', never>;
Base type for all branded types. Represents a brand with unknown value type and no keys.