useOnChangeResult
Lint / lint (push) Failing after 11s

This commit is contained in:
Julien Valverdé
2025-10-29 16:52:56 +01:00
parent 626a9292d5
commit 8b948b2251
2 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ export namespace forkEffectScoped {
: R
)
export interface Options<P = never> {
export interface Options<P> {
readonly initialProgress?: P
}