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

Interface: MarketplaceFile

helpers/types.MarketplaceFile

Details about a specific file related to a marketplace entry, including its filename, whether it's required, and its variant.

Table of contents

Properties

Properties

filename

filename: string

The name of the file.

Defined in

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


required

Optional required: boolean

Indicates whether this file is required for the entry to function properly.

Defined in

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


variant

variant: string

A string identifying the variant of the file, providing context for its use or purpose.

Defined in

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