UNPKG

ts-foursquare

Version:
8 lines (6 loc) 131 B
import { NLifeState } from './lifeState' export declare namespace NStore { interface IState { life: NLifeState.IState } }