reducers: {
pressureMat: Reducer<
{
mostRecentMatEvent: null
| DeviceEvents;
userIsStandingOnMat: boolean;
},
AnyAction,
>;
} = ...
Type Declaration
pressureMat: Reducer<
{
mostRecentMatEvent: null
| DeviceEvents;
userIsStandingOnMat: boolean;
},
AnyAction,
>