UNPKG

@tunnel-cast/nestjs

Version:

## About This is a Tunnel-Cast - NestJS integration package, wrap the `cast` application into the `NestJS` building blocks.

4 lines (3 loc) 265 B
import { NestInterceptor, Type } from "@nestjs/common"; export declare function CastInterceptor(model: any, fieldKey: string): Type<NestInterceptor>; export declare function CastInterceptorFactory(fieldKey: string): (model: any) => Type<NestInterceptor<any, any>>;