Type Alias HistoricalFee

HistoricalFee: {
    baseFeePerGas: string[];
    gasUsedRatio: number[];
    oldestBlock: string;
    reward: string[][];
}