Interface PluginDeployerStartContext

interface PluginDeployerStartContext {
    systemEntries: string[];
    userEntries: string[];
}

Properties

systemEntries: string[]
userEntries: string[]