Type Alias WxProtocolConfig

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

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

Type declaration