gwei-alert-bot/types/gasPrices.d.ts

5 lines
81 B
TypeScript

export interface GasPrices {
fast: number;
average: number;
slow: number;
}