reducers: {
zoom: Reducer<
{
chatMessages: ChatState;
liveTranscriptions: LiveTranscriptionState;
typingIndicators: TypingIndicatorState;
},
AnyAction,
>;
} = ...
Type Declaration
zoom: Reducer<
{
chatMessages: ChatState;
liveTranscriptions: LiveTranscriptionState;
typingIndicators: TypingIndicatorState;
},
AnyAction,
>