Type Alias AsyncQueryBusParams<TConfig>

AsyncQueryBusParams: BaseParams<
    { config?: TConfig; rootModule: ModuleInstance },
>

Type Parameters