interface SyncingProgress {
    currentBlock?: string;
    highestBlock?: string;
    startingBlock?: string;
}

Properties

currentBlock?: string
highestBlock?: string
startingBlock?: string