mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-12 23:21:04 +03:00
5 lines
174 B
TypeScript
5 lines
174 B
TypeScript
import { Context as TelegrafContext } from 'telegraf';
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
export interface Context extends TelegrafContext {}
|