Interface PluginConfig

interface PluginConfig {
    activated: string[];
}

Properties

Properties

activated: string[]