Introduction
Migration
Appearance
import { getInterceptorOptions } from "@tsed/di";
See /packages/di/src/types/common/decorators/intercept.ts.
function getInterceptorOptions<T>(target: Type<any>, propertyKey: string | symbol): T;