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