UNPKG

@tunnel-cast/nestjs

Version:

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

7 lines (6 loc) 101 B
export declare enum HttpPayloadType { BODY = 1, QUERY = 2, PARAMS = 3, HEADERS = 4 }