IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface InstallationCheckDependency

    Missing dependency

    interface InstallationCheckDependency {
        command: string;
        critical: boolean;
        feature?: Feature;
        package: string;
    }
    Index

    Properties

    command: string
    critical: boolean
    feature?: Feature
    package: string