Zamok Kiosk API
    Preparing search index...
    reducers: {
        trReservation: (
            state?: null | Reservation,
            action: Action,
        ) => null | Reservation;
        trWorker: (
            state?: null | TaskRouterWorker,
            action: Action,
        ) => null | TaskRouterWorker;
    } = ...

    Type Declaration

    • trReservation: (state?: null | Reservation, action: Action) => null | Reservation
    • trWorker: (state?: null | TaskRouterWorker, action: Action) => null | TaskRouterWorker