UNPKG

ts-foursquare

Version:
8 lines (6 loc) 157 B
import { NPhotos } from './photos.d' export declare namespace NPhotosState { interface IState { entities: { [photoId: string]: NPhotos.IPhoto } } }