Interface: BootstrapImportResult
Makaio Framework / contracts / BootstrapImportResult
Interface: BootstrapImportResult
Section titled “Interface: BootstrapImportResult”Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:51
Result of a single bootstrap import operation.
Properties
Section titled “Properties”action
Section titled “action”action:
"replaced"|"created"|"skipped"
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:55
Action taken during import.
error?
Section titled “error?”
optionalerror?:string
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:57
Error message when success is false.
success
Section titled “success”success:
boolean
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:53
Whether the import succeeded.