UNPKG

205 BTypeScriptView Raw
1import { Scope } from '../scope-options.interface';
2/**
3 * @publicApi
4 */
5export interface IntrospectionResult {
6 /**
7 * Enum defining lifetime of host class or factory.
8 */
9 scope: Scope;
10}