From 86517cb49424cf732ba405a7ca663a22995252ef Mon Sep 17 00:00:00 2001 From: Beau Cameron Date: Sun, 10 Dec 2023 12:57:38 -0500 Subject: [PATCH] Updating type --- packages/sp/lists/types.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/sp/lists/types.ts b/packages/sp/lists/types.ts index 0a10911ca..dfa39687a 100644 --- a/packages/sp/lists/types.ts +++ b/packages/sp/lists/types.ts @@ -717,6 +717,11 @@ export interface IListItemFormUpdateValue { * Indicates whether there was an error result after validating the value for the field. */ HasException?: boolean; + + /** + * The ItemId + */ + ItemId?: number; } /**