Installation checks

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

Properties

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