UNPKG

@openfin/search-api

Version:

A search API framework for OpenFin.

7 lines (6 loc) 223 B
import type { SearchTopicClient } from '../shapes'; /** * Subscribe to an existing search topic. * @param req the subscribe request. */ export declare function subscribe(channelName: string): Promise<SearchTopicClient>;