diff --git a/src/update-item.ts b/src/update-item.ts index 8c64368..ce47347 100644 --- a/src/update-item.ts +++ b/src/update-item.ts @@ -47,7 +47,7 @@ export interface UpdateItemOutput< ReturnValue extends undefined | "NONE" ? undefined : ReturnValue extends "ALL_OLD" | "ALL_NEW" - ? Partial> + ? Narrow : ReturnValue extends "UPDATED_OLD" | "UPDATED_NEW" ? Partial> : Partial>,