Interface ActivatedPlugins

interface ActivatedPlugins {
    [key: string]: boolean;
}

Indexable

[key: string]: boolean