Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@nestjs/common / interfaces / exceptions / rpc-exception-filter-metadata.interface.d.ts
Size: Mime:
import { RpcExceptionFilter } from './rpc-exception-filter.interface';
import { Type } from '../type.interface';
export interface RpcExceptionFilterMetadata {
    func: RpcExceptionFilter['catch'];
    exceptionMetatypes: Type<any>[];
}