mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-27 00:08:09 +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;
|
|
}
|