Zamok Kiosk API
    Preparing search index...
    reducers: {
        chatBot: Reducer<
            { isMinimizedChatBot: boolean; isStartedChatBot: boolean },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • chatBot: Reducer<{ isMinimizedChatBot: boolean; isStartedChatBot: boolean }, AnyAction>