UNPKG

ts-foursquare

Version:
12 lines (10 loc) 208 B
export declare namespace NStatusState { interface IModuleState { hasError: boolean isCancelled: boolean isLoading: boolean } interface IState { [actionType: string]: IModuleState } }