nestjs-telegraf/lib/TelegramModuleOptions.ts
2019-02-28 10:29:26 +02:00

4 lines
59 B
TypeScript

export interface TelegramModuleOptions {
token: string
}