UNPKG

ts-foursquare

Version:
4 lines (3 loc) 289 B
import { GetListsProps } from '../actions/lists'; import { IConfigParams } from '../standalone'; export declare const getObservableLists: ({ config, payload, }: IConfigParams & GetListsProps) => import("rxjs/internal/Observable").Observable<Error | import("../../types").NLists.IList>;