Don't type api for now; re-add hasColor

This commit is contained in:
Maximilian Harz 2025-02-04 20:02:06 +01:00
parent bc0aa25cd2
commit 7e326590bb

View File

@ -15,8 +15,10 @@ export interface LayerProps {
markerShape: string
markerDefaultColor: string
markerDefaultColor2?: string
api?: ItemsApi<Item>
// eslint-disable-next-line @typescript-eslint/no-explicit-any
api?: ItemsApi<any>
itemType: ItemType
hasColor?: boolean
onlyOnePerOwner?: boolean
customEditLink?: string
customEditParameter?: string