nestjs-typeorm3-kit

nestjs-typeorm3-kit


nestjs-typeorm3-kit / @types / MethodOptions

Class: MethodOptions

Defined in: src/@types/index.ts:12

Extends

Constructors

Constructor

new MethodOptions(): MethodOptions

Returns

MethodOptions

Inherited from

MethodGetOptions.constructor

Properties

bodyType?

optional bodyType: string | Function | Type<unknown> | [Function]

Defined in: src/@types/index.ts:13


responseType?

optional responseType: string | Function | Type<unknown> | [Function]

Defined in: src/@types/index.ts:9

Inherited from

MethodGetOptions.responseType


statusCode?

optional statusCode: HttpStatus = HttpStatus.OK

Defined in: src/@types/index.ts:8

Inherited from

MethodGetOptions.statusCode


summary?

optional summary: string = ''

Defined in: src/@types/index.ts:7

Inherited from

MethodGetOptions.summary