Interface: MarketplaceEntry
helpers/types.MarketplaceEntry
Represents a complete marketplace entry, including its previews, detailed information, and a unique identifier.
Table of contents
Properties
Properties
id
• id: string
A unique identifier for the marketplace entry.
Defined in
src/electron/helpers/types.ts:265 (opens in a new tab)
info
• info: MarketplaceEntryInfo
Detailed information about the entry as described in MarketplaceEntryInfo
.
Defined in
src/electron/helpers/types.ts:260 (opens in a new tab)
previews
• previews: MarketplaceEntryPreview
[]
An array of MarketplaceEntryPreview
objects providing a visual or textual preview of the entry.