Spaces:
Sleeping
Sleeping
augmenttoolkit / node_modules /@nestjs /common /interfaces /modules /introspection-result.interface.d.ts
| import { Scope } from '../scope-options.interface'; | |
| /** | |
| * @publicApi | |
| */ | |
| export interface IntrospectionResult { | |
| /** | |
| * Enum defining lifetime of host class or factory. | |
| */ | |
| scope: Scope; | |
| } | |