Skip to content

Variable: Form

ts
const Form: (paramNameOrDtoOrOptions?, dtoTypeOrFileOptions?) => (target, propertyKey, parameterIndex) => void;

Defined in: packages/core/src/decorators/param.decorators.ts:454

Parameters

ParameterType
paramNameOrDtoOrOptions?unknown
dtoTypeOrFileOptions?unknown

Returns

(target, propertyKey, parameterIndex) => void

Released under the MIT License.