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