Remove unused props and comment

This commit is contained in:
Maximilian Harz 2025-02-04 19:37:24 +01:00
parent bbd6e2dd61
commit 5741070854

View File

@ -17,13 +17,7 @@ export interface LayerProps {
markerDefaultColor2?: string
// eslint-disable-next-line @typescript-eslint/no-explicit-any
api?: ItemsApi<any>
itemType: ItemType // How does this relate to Item type defined in Item.d.ts?
// TODO Conditionally type items with .avatar etc.?
hasAvatar?: boolean
hasColor?: boolean
hasTags?: boolean
hasOffers?: boolean
hasNeeds?: boolean
itemType: ItemType
onlyOnePerOwner?: boolean
customEditLink?: string
customEditParameter?: string