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