Skip to content

OnRequestStart

const OnRequestStart: () => (target, propertyKey) => void

Defined in: src/decorators/hooks.ts:18

Decorator: Hook that runs before a request is processed by the controller handler.

(target, propertyKey): void

any

string

void