UNPKG

ts-foursquare

Version:
10 lines (9 loc) 176 B
export declare namespace NRequestState { interface IState { [actionType: string]: { cancelReason?: string entityIds: string[] error?: Error } } }