Interface: BootstrapResult
Makaio Framework / contracts / BootstrapResult
Interface: BootstrapResult
Section titled “Interface: BootstrapResult”Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:69
Result of a completed bootstrap operation (import or export).
Properties
Section titled “Properties”action
Section titled “action”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.
error?
Section titled “error?”
optionalerror?:string
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:75
Error message when the operation failed.