mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Remove unused props and comment
This commit is contained in:
parent
bbd6e2dd61
commit
5741070854
8
src/types/LayerProps.d.ts
vendored
8
src/types/LayerProps.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user