Skip to content

TransferPlan

Defined in: src/transfers/TransferPlan.ts:48

Provider-neutral transfer plan.

PropertyTypeDescriptionDefined in
createdAtDateTime the plan was created.src/transfers/TransferPlan.ts:54
dryRunbooleanWhether this plan should be treated as a dry run.src/transfers/TransferPlan.ts:52
idstringStable plan identifier.src/transfers/TransferPlan.ts:50
metadata?Record<string, unknown>Caller-defined metadata retained for diagnostics.src/transfers/TransferPlan.ts:60
stepsTransferPlanStep[]Planned steps in execution order.src/transfers/TransferPlan.ts:56
warningsstring[]Non-fatal plan warnings.src/transfers/TransferPlan.ts:58