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.
@@ -15754,7 +15754,7 @@ declare function createFnWithProps<TArgs extends readonly unknown[], TReturn ext
15754
15754
  * - unlike the similar `createFnWithProps()`, this utility just
15755
15755
  * expects you to type the function and properties yourself.
15756
15756
  */
15757
- declare function createFnWithPropsExplicit<TFn extends TypedFunction$1, TProps extends Dictionary$1>(fn: TFn, props: TProps): TFn & TProps;
15757
+ declare function createFnWithPropsExplicit<TFn extends TypedFunction$1, TProps extends AnyObject$1>(fn: TFn, props: TProps): TFn & TProps;
15758
15758
 
15759
15759
  /**
15760
15760
  * **defineObj**(literal) -> (wide) -> object