Skip to content

Commit

Permalink
Add missing property to ICAMLQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
bcameron1231 committed Sep 25, 2023
1 parent 5b92b7b commit c2cf791
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 @@ -384,6 +384,11 @@ export interface IListEnsureResult {
* Specifies a Collaborative Application Markup Language (CAML) query on a list or joined lists.
*/
export interface ICamlQuery {

Check failure on line 387 in packages/sp/lists/types.ts

View workflow job for this annotation

GitHub Actions / run_pr_tests

Trailing spaces not allowed
/**
* Gets or sets a value that indicates whether the query can return incremental results.
*/
AllowIncrementalResults?: boolean;

/**
* Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.
Expand Down

0 comments on commit c2cf791

Please sign in to comment.