diff --git a/src/types/LayerProps.d.ts b/src/types/LayerProps.d.ts index b41c6231..cefbc635 100644 --- a/src/types/LayerProps.d.ts +++ b/src/types/LayerProps.d.ts @@ -15,8 +15,10 @@ export interface LayerProps { markerShape: string markerDefaultColor: string markerDefaultColor2?: string - api?: ItemsApi + // eslint-disable-next-line @typescript-eslint/no-explicit-any + api?: ItemsApi itemType: ItemType + hasColor?: boolean onlyOnePerOwner?: boolean customEditLink?: string customEditParameter?: string