mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-12 23:21:04 +03:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import { Context as TelegrafContext } from 'telegraf';
|
|
|
|
export interface Context extends TelegrafContext {}
|