Zamok Kiosk API
    Preparing search index...
    reducers: {
        zoom: Reducer<
            {
                chatMessages: ChatState;
                liveTranscriptions: LiveTranscriptionState;
                typingIndicators: TypingIndicatorState;
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • zoom: Reducer<
          {
              chatMessages: ChatState;
              liveTranscriptions: LiveTranscriptionState;
              typingIndicators: TypingIndicatorState;
          },
          AnyAction,
      >