UNPKG

scdl-core

Version:
3 lines (2 loc) 172 B
import { SearchOptions, SearchResponse } from "../@types/search"; export declare const search: (clientId: string, searchOptions: SearchOptions) => Promise<SearchResponse>;