Interface: MarketplaceSettings
helpers/types.MarketplaceSettings
A flexible structure to hold marketplace entries, allowing for nested categorization
or flat listing. Each entry is indexed by a unique key, which can correspond to an
MarketplaceEntry
or further nested MarketplaceSettings
for hierarchical organization.
Indexable
▪ [key: string
]: MarketplaceEntry
| MarketplaceSettings