UNPKG

ts-foursquare

Version:
8 lines (6 loc) 151 B
import { NLists } from './lists.d' export declare namespace NListsState { interface IState { entities: { [listId: string]: NLists.IList } } }