(Translated by https://www.hiragana.jp/)
Merge branch 'version-3' of https://github.com/pnp/pnpjs into version-3 · tavikukko/pnpjs@e62c30d · GitHub
Skip to content

Commit

Permalink
Merge branch 'version-3' of https://github.com/pnp/pnpjs into version-3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemturner committed Dec 11, 2023
2 parents 07ba14a + 20cc386 commit e62c30d
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 e62c30d

Please sign in to comment.