Initial commit
This commit is contained in:
5
types/gasAlert.d.ts
vendored
Normal file
5
types/gasAlert.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
export interface GasAlert {
|
||||
threshold: number;
|
||||
channelId: string;
|
||||
userId: string;
|
||||
}
|
5
types/gasPrices.d.ts
vendored
Normal file
5
types/gasPrices.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
export interface GasPrices {
|
||||
fast: number;
|
||||
average: number;
|
||||
slow: number;
|
||||
}
|
Reference in New Issue
Block a user