Skip to content

ModuleDefinition

reference
1 min readUpdated

Kind: Type

Source: packages/core/interfaces/module-definition.interface.ts

Part of: Core

Definition

ts
| ForwardReference | Type<unknown> | DynamicModule | Promise<DynamicModule>

Relationships

  • IMPORTS → DynamicModule
  • IMPORTS → ForwardReference
  • IMPORTS → Type

Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (2)

  • OverrideModulepackages/testing/interfaces/override-module.interface.ts:7
  • TestingModuleOptionspackages/testing/testing-module.builder.ts:29

Was this page helpful?

Download as PDF
ModuleDefinition — NestJS head-to-head