UNPKG

@tunnel-cast/nestjs

Version:

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

6 lines (5 loc) 154 B
import { HttpPayloadType } from "../enums"; export interface HttpPayloadArgumentMetadata { payloadType: HttpPayloadType; argumentIndex: number; }