8000 listCols should be optional by csoren · Pull Request #33 · gitbrent/SpRestLib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

listCols should be optional #33

Merged
merged 1 commit into from
Aug 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/sprestlib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare namespace sprLib {
requestDigest?: string;
}
interface ListItemsOptions {
listCols: Array<string> | Object;
listCols?: Array<string> | Object;
metadata?: boolean;
queryFilter?: string;
queryLimit?: number;
Expand Down
0