From bfda894bc5a6a7551dbb093637e57b1cd09d04df Mon Sep 17 00:00:00 2001 From: greguz Date: Sun, 11 Aug 2024 09:59:24 +0200 Subject: [PATCH] Fix types --- mutent.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutent.d.ts b/mutent.d.ts index fce6938..d95f94b 100644 --- a/mutent.d.ts +++ b/mutent.d.ts @@ -694,7 +694,7 @@ export declare function update( * Creates an entity with this data if there are no other matches. */ export declare function ensure( - one: One + one: Lazy> ): Mutator; /**