Zamok Kiosk API
    Preparing search index...
    reducers: {
        serviceDeskShared: Reducer<
            {
                activeCalls: ActiveCall[];
                currentActiveCall: null
                | ActiveCall;
                todaysStatistics: null | TodaysStatistics;
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • serviceDeskShared: Reducer<
          {
              activeCalls: ActiveCall[];
              currentActiveCall: null
              | ActiveCall;
              todaysStatistics: null | TodaysStatistics;
          },
          AnyAction,
      >