Skip to content

Commit

Permalink
Updating type
Browse files Browse the repository at this point in the history
  • Loading branch information
bcameron1231 committed Dec 10, 2023
1 parent 1b3b6fa commit 86517cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/sp/lists/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit 86517cb

Please sign in to comment.