TransferCheckpointState
type TransferCheckpointState = | TransferByteOffsetCheckpointState | TransferPartsCheckpointState;Defined in: src/transfers/TransferCheckpointStore.ts:113
Union of checkpoint state shapes. Both expose committedBytes.
type TransferCheckpointState = | TransferByteOffsetCheckpointState | TransferPartsCheckpointState;Defined in: src/transfers/TransferCheckpointStore.ts:113
Union of checkpoint state shapes. Both expose committedBytes.