inferred-types 0.53.8 → 0.53.9

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.
@@ -11671,7 +11671,7 @@ declare function createFnWithProps<TArgs extends readonly unknown[], TReturn ext
11671
11671
  * - unlike the similar `createFnWithProps()`, this utility just
11672
11672
  * expects you to type the function and properties yourself.
11673
11673
  */
11674
- declare function createFnWithPropsExplicit<TFn extends TypedFunction, TProps extends Dictionary>(fn: TFn, props: TProps): TFn & TProps;
11674
+ declare function createFnWithPropsExplicit<TFn extends TypedFunction, TProps extends AnyObject>(fn: TFn, props: TProps): TFn & TProps;
11675
11675
 
11676
11676
  /**
11677
11677
  * **defineObj**(literal) -> (wide) -> object