import { ArgumentsHost } from '@nestjs/common'; export interface TelegrafExceptionFilter { catch(exception: T, host: ArgumentsHost): any; }