Interface PluginInfo

interface PluginInfo {
    blueprints: any[];
    version: string;
    [_: string]: ValueType;
}

Indexable

[_: string]: ValueType

Properties

Properties

blueprints: any[]
version: string

Generated using TypeDoc