UNPKG

kuzzle-sdk

Version:
7 lines (6 loc) 269 B
import { Profile } from "../security/Profile"; import { SearchResultBase } from "./SearchResultBase"; export declare class ProfileSearchResult extends SearchResultBase<Profile> { constructor(kuzzle: any, request: any, options: any, result: any); next(): any; }