Interface: BootstrapExportResult
Makaio Framework / contracts / BootstrapExportResult
Interface: BootstrapExportResult
Section titled “Interface: BootstrapExportResult”Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:79
Result of a bootstrap export operation.
Properties
Section titled “Properties”asset:
BootstrapAsset
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:81
The asset that was exported.
error?
Section titled “error?”
optionalerror?:string
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:85
Error message when the export failed.
filePath
Section titled “filePath”filePath:
string
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:83
Absolute path to the file that was written.