Kind: Type
Source: packages/core/inspector/interfaces/node.interface.ts
Part of: Core
Definition
ts{ parent: string; metadata: { type: 'provider' | 'controller' | 'middleware' | 'injectable'; subtype?: EnhancerSubtype; sourceModuleName: string; durable: boolean; static: boolean; transient: boolean; exported: boolean; scope: Scope; token: InjectionToken; initTime: number; enhancers?: Array< | { id: string; subtype: EnhancerSubtype } | { name: string; methodKey?: string; subtype: EnhancerSubtype } >; global?: boolean; internal?: boolean; }; }
Was this page helpful?