Zamok Kiosk API
    Preparing search index...
    reducers: {
        serviceDeskAgent: Reducer<
            {
                agentNotes: AgentNotes;
                kioskMicStatus: boolean;
                showCallRinger: boolean;
                showQueueRinger: boolean;
                showStartupModal: boolean;
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • serviceDeskAgent: Reducer<
          {
              agentNotes: AgentNotes;
              kioskMicStatus: boolean;
              showCallRinger: boolean;
              showQueueRinger: boolean;
              showStartupModal: boolean;
          },
          AnyAction,
      >