Base type shape for the config object passed into the bus creation function. This is used to get type inferrence for wxCreateBus function.
wxCreateBus
interface 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
wxCreateBusfunction.