Type alias IodDetectedModulesActions

IodDetectedModulesActions: {
    contract: boolean;
    extend: boolean;
    override: boolean;
}

Possible actions to perform on detected modules.

Type declaration

  • contract: boolean

    Modules have been removed from the end of the chain, confirm to shorten configuration.

  • extend: boolean

    When new modules are attached to the chain, confirm to extend configuration.

  • override: boolean

    Reset current configuration and apply detected modules.

Generated using TypeDoc