Missing dependency

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

Properties

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