UNPKG

253 BTypeScriptView Raw
1import { ParamOptions } from '../decorator-options/ParamOptions';
2/**
3 * Takes partial data of the request body.
4 * Must be applied on a controller action parameter.
5 */
6export declare function BodyParam(name: string, options?: ParamOptions): Function;