Type Alias ImportStatus

ImportStatus: {
    pending: Map<PeerID, CounterSpan> | null;
    success: Map<PeerID, CounterSpan>;
}

Type declaration