UNPKG

237 BTypeScriptView Raw
1import { ArgumentsHost } from '@nestjs/common';
2export interface GqlExceptionFilter<TInput = any, TOutput = any> {
3 catch(exception: TInput, host: ArgumentsHost): TOutput;
4}
5//# sourceMappingURL=gql-exception-filter.interface.d.ts.map
\No newline at end of file