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

5 lines
89 B
TypeScript
Raw Normal View History

2023-04-17 21:49:20 -04:00
export interface GasAlert {
threshold: number;
channelId: string;
userId: string;
}