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

    Interface InstallationChecks

    Installation checks

    interface InstallationChecks {
        allMigrationsExecuted: boolean;
        dependencies: InstallationCheckDependency[];
        gwId: null | string;
        hasUsers?: boolean;
        phpModules: InstallationCheckPhpExtensions;
        sudo?: InstallationCheckSudo;
    }
    Index

    Properties

    allMigrationsExecuted: boolean
    gwId: null | string
    hasUsers?: boolean