ProviderTransferSessionResolverInput
Defined in: src/transfers/createProviderTransferExecutor.ts:33
Input passed to provider transfer session resolvers.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
endpoint | TransferEndpoint | Endpoint being resolved. | src/transfers/createProviderTransferExecutor.ts:35 |
job | TransferJob | Job currently being executed. | src/transfers/createProviderTransferExecutor.ts:39 |
role | ProviderTransferEndpointRole | Whether the endpoint is the source or destination side of the transfer. | src/transfers/createProviderTransferExecutor.ts:37 |