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; /**