Skip to content

Interface: YankPluginResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Marketplace / YankPluginResponse

Interface: YankPluginResponse

Defined in: src/types/marketplace.ts:423

The resulting yank state after a yank/un-yank.

Remarks

bundleId is populated only when a SINGLE version was targeted; it is null for a whole-plugin yank.

Properties

bundleId

bundleId: string | null

Defined in: src/types/marketplace.ts:427

The targeted bundle id, or null for a whole-plugin yank.


pluginId

pluginId: string

Defined in: src/types/marketplace.ts:425

The plugin id that was yanked / un-yanked.


yanked

yanked: boolean

Defined in: src/types/marketplace.ts:429

The resulting yank flag.