From 8d649b0baf775247371fd4191f7c6047254947d5 Mon Sep 17 00:00:00 2001 From: Steven Roussey Date: Sat, 3 Feb 2024 07:42:38 -0800 Subject: [PATCH] Update isArray property name in NodeOutputConfig interface (#21) --- lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.ts b/lib/config.ts index a5401d4..da0aad5 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -141,7 +141,7 @@ export interface NodeOutputConfig { name: string id: string valueType: string - array?: boolean + isArray?: boolean } function isValueTypeConfigOptions(