interface CustomPluginOptions {
    [plugin: string]: any;
}

Indexable

[plugin: string]: any