UNPKG

@tunnel-cast/nestjs

Version:

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

5 lines (4 loc) 94 B
export interface CastPipeTransformValue<T = any> { path: string; extractedValue: T; }