Interface: MarketplaceEntryInfo
helpers/types.MarketplaceEntryInfo
Contains detailed information about a marketplace entry, including its type, supported architecture, and other metadata.
Table of contents
Properties
Properties
architecture
• architecture: string
The supported architecture for the entry, e.g., 'x64', 'arm', etc.
Defined in
src/electron/helpers/types.ts:214 (opens in a new tab)
author
• author: string
The author or creator of the entry.
Defined in
src/electron/helpers/types.ts:224 (opens in a new tab)
files
• Optional
files: MarketplaceFile
[]
An optional array of MarketplaceFile
objects associated with the entry.
Defined in
src/electron/helpers/types.ts:244 (opens in a new tab)
git
• git: true
Indicates whether the entry is hosted on a Git repository.
Defined in
src/electron/helpers/types.ts:239 (opens in a new tab)
license
• license: string
The license under which the entry is distributed.
Defined in
src/electron/helpers/types.ts:234 (opens in a new tab)
link
• link: string
A link to where more information about the entry can be found.
Defined in
src/electron/helpers/types.ts:229 (opens in a new tab)
title
• title: string
The title of the marketplace entry.
Defined in
src/electron/helpers/types.ts:219 (opens in a new tab)
type
• type: string
The type of entry, such as 'plugin', 'theme', etc.