Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoModuleAsyncOptions

Hierarchy

  • Pick<ModuleMetadata, "imports">
    • MongoModuleAsyncOptions

Index

Properties

connectionName?: string
imports?: (Type<any> | DynamicModule | Promise<DynamicModule> | ForwardReference<any>)[]

Optional list of imported modules that export the providers which are required in this module.

inject?: any[]

Methods