Initial commit - Event Planner application
This commit is contained in:
10
node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts
generated
vendored
Normal file
10
node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Scope } from '../scope-options.interface';
|
||||
/**
|
||||
* @publicApi
|
||||
*/
|
||||
export interface IntrospectionResult {
|
||||
/**
|
||||
* Enum defining lifetime of host class or factory.
|
||||
*/
|
||||
scope: Scope;
|
||||
}
|
||||
Reference in New Issue
Block a user