Zamok Kiosk API
    Preparing search index...
    reducers: {
        notifications: Reducer<
            { pushNotification: PushNotificationState },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • notifications: Reducer<{ pushNotification: PushNotificationState }, AnyAction>