API Reference
Rockets Core API
nestjs-crud
functions
CrudCreateMany

Function: CrudCreateMany()

CrudCreateMany(options): <TFunction, Y>(target, propertyKey?, descriptor?) => void

CRUD Create Many route decorator

Parameters

ParameterType
optionsCrudCreateManyOptionsInterface

Returns

Function

Type Parameters

Type Parameter
TFunction extends Function
Y

Parameters

ParameterType
targetobject | TFunction
propertyKey?string | symbol
descriptor?TypedPropertyDescriptor<Y>

Returns

void

Defined in

packages/nestjs-crud/src/decorators/actions/crud-create-many.decorator.ts:14 (opens in a new tab)