Zamok Kiosk API
    Preparing search index...
    reducers: {
        messageTwilio: Reducer<
            {
                showMessageFormReducer: boolean;
                textMessageReducer: null
                | string;
                textRecipientReducer: null | OpenTextFormAP;
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • messageTwilio: Reducer<
          {
              showMessageFormReducer: boolean;
              textMessageReducer: null
              | string;
              textRecipientReducer: null | OpenTextFormAP;
          },
          AnyAction,
      >