Captain is currently in ALPHA. We are happy to get your feedback
Core API
Interfaces
Helpers Types.marketplaceentrypreview

Interface: MarketplaceEntryPreview

helpers/types.MarketplaceEntryPreview

Represents a preview of a marketplace entry, which can be either text or an image.

Table of contents

Properties

Properties

content

content: string

The content of the preview, which could be a text description or an image URL.

Defined in

src/electron/helpers/types.ts:177 (opens in a new tab)


type

type: "text" | "image"

The type of preview, either a textual description or an image URL.

Defined in

src/electron/helpers/types.ts:172 (opens in a new tab)