wechaty-redux
Version:
Wechaty Redux Plugin Powered By Ducks
14 lines • 452 B
TypeScript
import type { Epic } from 'redux-observable';
/**
* @private Commands - Redux
*
* Wechaty Redux provide the minimum commands for the system state management:
* 1. ding: request the `dong` event
* 2. reset: reset the Wechaty state
*
* For more commands, please refer to the Wechaty CQRS:
* @link https://github.com/wechaty/cqrs
*/
export declare const dingEpic: Epic;
export declare const resetEpic: Epic;
//# sourceMappingURL=epics.d.ts.map