net186-bot/src/types/bot.d.ts

4 lines
78 B
TypeScript

interface config {
token: string; // Telegram Bot token.
adapter: adapter;
}