Zamok Kiosk API
    Preparing search index...
    reducers: {
        notificationProblems: (
            state?: NotificationProblemOption[],
            action: ReducerActions,
        ) => NotificationProblemOption[];
    } = ...

    Type Declaration

    • notificationProblems: (
          state?: NotificationProblemOption[],
          action: ReducerActions,
      ) => NotificationProblemOption[]