UNPKG

ts-foursquare

Version:
4 lines (3 loc) 310 B
import { GetPhotosDetailsProps } from 'actions/photos'; import { IConfigParams } from 'standalone'; export declare const getObservablePhotosDetails: ({ config, payload, }: GetPhotosDetailsProps & IConfigParams) => import("rxjs/internal/Observable").Observable<Error | import("../../types").NPhotos.IPhoto>;