Skip to content

Interface: BootstrapResult

Makaio Framework


Makaio Framework / contracts / BootstrapResult

Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:69

Result of a completed bootstrap operation (import or export).

action: "replaced" | "created" | "skipped"

Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:73

Action taken.


asset: BootstrapAsset

Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:71

The asset that was processed.


optional error?: string

Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:75

Error message when the operation failed.