ExternalModuleDeclaration
ExternalModuleDeclaration: Object
Type declaration
alias
stringIf multiple modules are registered with the same key, the alias can be used to differentiate them
definition
ModuleDefinition
definition
ModuleDefinitionmain
booleanIf the module is the main module for the key when multiple ones are registered
options
Record<string, unknown>server
object
server
objectserver.keepAlive
booleanRequiredserver.type
"http"Requiredserver.url
stringRequiredWas this section helpful?