mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-13 07:31:04 +03:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
|
import { TelegrafContext } from 'telegraf/typings/context';
|
||
|
|
||
|
export interface Context extends TelegrafContext {
|
||
|
[key: string]: any;
|
||
|
}
|