mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-12-16 02:09:53 +03:00
6
lib/execution-context/tg-arguments-host.interface.ts
Normal file
6
lib/execution-context/tg-arguments-host.interface.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ArgumentsHost } from '@nestjs/common';
|
||||
|
||||
export interface TgArgumentsHost extends ArgumentsHost {
|
||||
getContext<T = any>(): T;
|
||||
getNext<T = any>(): T;
|
||||
}
|
||||
Reference in New Issue
Block a user