PluginConfig: {
    [pluginName: string]: object;
}

An object containing the configuration for plugins. Each key is the name of a plugin, and the value is the configuration for that plugin.

Type declaration

  • [pluginName: string]: object

Generated using TypeDoc