Zamok Kiosk API
    Preparing search index...
    reducers: {
        pressureMat: Reducer<
            {
                mostRecentMatEvent: null
                | DeviceEvents;
                userIsStandingOnMat: boolean;
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • pressureMat: Reducer<
          {
              mostRecentMatEvent: null
              | DeviceEvents;
              userIsStandingOnMat: boolean;
          },
          AnyAction,
      >