Zamok Kiosk API
    Preparing search index...
    reducers: {
        fileuploadWorkflow: Reducer<
            { documentActions: DeliveryMethod[]; workflowVisible: boolean },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • fileuploadWorkflow: Reducer<
          { documentActions: DeliveryMethod[]; workflowVisible: boolean },
          AnyAction,
      >