UNPKG

kuzzle-sdk

Version:
6 lines (5 loc) 255 B
import { SearchResultBase } from "./SearchResultBase"; import { JSONObject } from "../../types"; export declare class SpecificationsSearchResult extends SearchResultBase<JSONObject> { constructor(kuzzle: any, query: any, options: any, result: any); }