Type Alias v1_ModuleConfig

v1_ModuleConfig: { configs?: v1_Configs; path?: string; version?: string }

Type declaration

  • Optionalconfigs?: v1_Configs

    Configs contains all levels of module configs

  • Optionalpath?: string

    Path is the path of the module. It can be a local path or a remote URL

  • Optionalversion?: string

    Version is the version of the module.