Type alias IodDetectedModule

IodDetectedModule: {
    changed: boolean;
    configured: IodModuleInfo;
    detected: IodModuleInfo;
}

Information about detected/configured module.

Type declaration

  • changed: boolean

    Whether configured and detected is the same.

  • configured: IodModuleInfo

    Configured module type. If not configured, will be null.

  • detected: IodModuleInfo

    Detected module type. If not detected, will be null.

Generated using TypeDoc