Zamok Kiosk API
    Preparing search index...
    reducers: {
        faceLock: Reducer<
            {
                isEnabledFaceLock: boolean;
                isSplashScreenAccepted: boolean;
                showSplashScreen: boolean;
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • faceLock: Reducer<
          {
              isEnabledFaceLock: boolean;
              isSplashScreenAccepted: boolean;
              showSplashScreen: boolean;
          },
          AnyAction,
      >