Skip to content

Interface: BootstrapImportResult

Makaio Framework


Makaio Framework / contracts / BootstrapImportResult

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

Result of a single bootstrap import operation.

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

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

Action taken during import.


optional error?: string

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

Error message when success is false.


success: boolean

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

Whether the import succeeded.