effect 3.16.1 → 3.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1591,7 +1591,7 @@ export interface brand<S extends Schema.Any, B extends string | symbol> extends
1591
1591
  * @category branding
1592
1592
  * @since 3.10.0
1593
1593
  */
1594
- export declare const brand: <S extends Schema.AnyNoContext, B extends string | symbol>(brand: B, annotations?: Annotations.Schema<Schema.Type<S> & Brand<B>>) => (self: S) => brand<S, B>;
1594
+ export declare const brand: <S extends Schema.Any, B extends string | symbol>(brand: B, annotations?: Annotations.Schema<Schema.Type<S> & Brand<B>>) => (self: S) => brand<S, B>;
1595
1595
  /**
1596
1596
  * @category combinators
1597
1597
  * @since 3.10.0