Zamok Kiosk API
    Preparing search index...
    reducers: {
        webviewSettings: Reducer<
            { webviewSettingsReducer: WebviewSettingsType },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • webviewSettings: Reducer<{ webviewSettingsReducer: WebviewSettingsType }, AnyAction>