Last updated 4 years ago
This interface gives access to all the useful bits related to asynchronous operations:
export interface MonitorInfo { inProgressActions?: AsynAction<any>[], currentAction?: AsynAction<any>, status?: MonitorStatus, }