XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias PubSubBridgeConfig<TConfig, TSchema>

    PubSubBridgeConfig: BridgeConfig<
        {
            client?: AsyncQueryBusClientConfig;
            host?: AsyncQueryBusHostConfig;
            roots?: Address[];
        } & TConfig,
        TSchema extends string ? TSchema : PubSubBridgeConfigSchema,
    >

    Configuration for the PubSubBridge

    Type Parameters