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

5 lines
89 B
TypeScript
Raw Normal View History

2023-04-18 01:49:20 +00:00
export interface GasAlert {
threshold: number;
channelId: string;
userId: string;
}