Skip to content

Variable: File

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

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

Parameters

ParameterType
paramNameOrDtoOrOptions?unknown
dtoTypeOrFileOptions?unknown

Returns

(target, propertyKey, parameterIndex) => void

Released under the MIT License.