Interface GatewayInfo

interface GatewayInfo {
    blueprints: any[];
    name: string;
    plugin: string;
    version: string;
    [_: string]: ValueType;
}

Indexable

[_: string]: ValueType

Properties

blueprints: any[]
name: string
plugin: string
version: string

Generated using TypeDoc