From d92ce8a72c14251aaca0ab2d0c5149c98bb97dcd Mon Sep 17 00:00:00 2001 From: Carsten Elton Sorensen Date: Fri, 10 Aug 2018 11:26:40 +0200 Subject: [PATCH] listCols should be optional --- dist/sprestlib.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/sprestlib.d.ts b/dist/sprestlib.d.ts index ebd23a1..4022edb 100644 --- a/dist/sprestlib.d.ts +++ b/dist/sprestlib.d.ts @@ -35,7 +35,7 @@ declare namespace sprLib { requestDigest?: string; } interface ListItemsOptions { - listCols: Array | Object; + listCols?: Array | Object; metadata?: boolean; queryFilter?: string; queryLimit?: number;