interface IAction {
    isMobxAction: boolean;
}

Properties

Properties

isMobxAction: boolean