Type alias Orchestrator

Orchestrator: ExternalOrchestratorBase & {
    transfer: (() => Promise<TransferRef>);
}

Type declaration

  • transfer: (() => Promise<TransferRef>)

    Performs the transfer with the information that this Orchestrator was created with

    Returns

    a reference to the performed transfer