diff --git a/src/types/types-external.ts b/src/types/types-external.ts index 7cb01a76..08ccbea9 100644 --- a/src/types/types-external.ts +++ b/src/types/types-external.ts @@ -243,12 +243,12 @@ export interface IProduceWithPatches { base: Base, recipe: (draft: D) => ValidRecipeReturnType, listener?: PatchListener - ): PatchesTuple> + ): PatchesTuple >( base: Base, recipe: (draft: D) => Promise>, listener?: PatchListener - ): PatchesTuple>> + ): PatchesTuple> } // Fixes #507: bili doesn't export the types of this file if there is no actual source in it..