diff --git a/src/types/types-external.ts b/src/types/types-external.ts index 08ccbea9..06528b2e 100644 --- a/src/types/types-external.ts +++ b/src/types/types-external.ts @@ -241,12 +241,12 @@ export interface IProduceWithPatches { ): InferCurriedFromInitialStateAndRecipe >( base: Base, - recipe: (draft: D) => ValidRecipeReturnType, + recipe: (draft: D) => ValidRecipeReturnType, listener?: PatchListener ): PatchesTuple >( base: Base, - recipe: (draft: D) => Promise>, + recipe: (draft: D) => Promise>, listener?: PatchListener ): PatchesTuple> }