Type Alias: BootstrapExportContext
Makaio Framework / contracts / BootstrapExportContext
Type Alias: BootstrapExportContext
Section titled “Type Alias: BootstrapExportContext”BootstrapExportContext =
BootstrapDiscoverContext
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:14
Context for export operations — identical to discover context.
Type Composition
Section titled “Type Composition”Resolved Shape
Section titled “Resolved Shape”type BootstrapExportContext = { bus: IMakaioBus; projectId: string; repoPath: string;};