reducers: {
notificationProblems: (
state?: NotificationProblemOption[],
action: ReducerActions,
) => NotificationProblemOption[];
} = ...
Type Declaration
notificationProblems: (
state?: NotificationProblemOption[],
action: ReducerActions,
) => NotificationProblemOption[]