mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-25 07:24:39 +03:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import { Context as TelegrafContext } from 'telegraf';
|
|
|
|
export interface Context extends TelegrafContext {}
|