Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { getInterceptorOptions } from "@tsed/di";
See /packages/di/src/common/decorators/intercept.ts.
function getInterceptorOptions<T>(target: Type<any>, propertyKey: string | symbol): T;