Zamok Kiosk API
    Preparing search index...
    reducers: {
        survey: Reducer<
            {
                surveyActions: null
                | SurveyAction[];
                surveyRenderTypes: null | string[];
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • survey: Reducer<
          {
              surveyActions: null
              | SurveyAction[];
              surveyRenderTypes: null | string[];
          },
          AnyAction,
      >