UNPKG

ts-foursquare

Version:
7 lines (6 loc) 313 B
import { NRequest } from '../../types'; import { IConfigParams } from '../standalone'; export interface GetListsProps { payload: NRequest.IListsPayload; } export declare const getLists: ({ config }: IConfigParams) => ({ payload, }: GetListsProps) => Promise<Error | import("../../types").NLists.IList>;