UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

11 lines (10 loc) 205 B
import { Scope } from '../scope-options.interface'; /** * @publicApi */ export interface IntrospectionResult { /** * Enum defining lifetime of host class or factory. */ scope: Scope; }