From f929c81119f6103fe7e2ce8ee16102a3d6d832ee Mon Sep 17 00:00:00 2001 From: Juanjo Diaz Date: Tue, 17 Apr 2018 03:56:41 +0300 Subject: [PATCH] Add new unwindBlank to json2csv (#25043) --- types/json2csv/JSON2CSVBase.d.ts | 1 + types/json2csv/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/types/json2csv/JSON2CSVBase.d.ts b/types/json2csv/JSON2CSVBase.d.ts index d65a3cc297..c5f328db1f 100644 --- a/types/json2csv/JSON2CSVBase.d.ts +++ b/types/json2csv/JSON2CSVBase.d.ts @@ -13,6 +13,7 @@ export declare namespace json2csv { fields?: Array>; ndjson?: boolean; unwind?: string | Array; + unwindBlank?: boolean; flatten?: boolean; defaultValue?: string; quote?: string; diff --git a/types/json2csv/index.d.ts b/types/json2csv/index.d.ts index 159dec6eb1..55a1829625 100644 --- a/types/json2csv/index.d.ts +++ b/types/json2csv/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for json2csv 4.0 +// Type definitions for json2csv 4.1 // Project: https://github.com/zemirco/json2csv // Definitions by: Juanjo Diaz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped