Interface WxProtocolConfig

Source
Expand description

Base type shape for the config object passed into the bus creation function. This is used to get type inferrence for wxCreateBus function.

interface WxProtocolConfig {
    [name: string]: WxProtocolBindConfig<any>;
}