We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feba5d1 commit d8f2636Copy full SHA for d8f2636
1 file changed
src/types/types-external.ts
@@ -243,12 +243,12 @@ export interface IProduceWithPatches {
243
base: Base,
244
recipe: (draft: D) => ValidRecipeReturnType<Base>,
245
listener?: PatchListener
246
- ): PatchesTuple<Immutable<Base>>
+ ): PatchesTuple<Base>
247
<Base, D = Draft<Base>>(
248
249
recipe: (draft: D) => Promise<ValidRecipeReturnType<Base>>,
250
251
- ): PatchesTuple<Promise<Immutable<Base>>>
+ ): PatchesTuple<Promise<Base>>
252
}
253
254
// Fixes #507: bili doesn't export the types of this file if there is no actual source in it..
0 commit comments