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