Represents a transfer of indexes from one location to another.

0.9.0

interface TransferIndexes<T> {
    destination: T;
    source: T;
}

Type Parameters

Properties

Properties

destination: T
source: T