From 7b0fce64115e0c871024cc965fbc9aa94d5da29c Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 2 Jul 2024 22:37:09 +0200 Subject: [PATCH] layer type props --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index ab6ceceb..daf194e3 100644 --- a/src/types.ts +++ b/src/types.ts @@ -21,7 +21,7 @@ export interface LayerProps { markerIcon: string, markerShape: string, markerDefaultColor: string, - markerDefaultColor2: string, + markerDefaultColor2?: string, api?: ItemsApi, itemType: ItemType, itemNameField?: string,