reducers: {
fileuploadWorkflow: Reducer<
{ documentActions: DeliveryMethod[]; workflowVisible: boolean },
AnyAction,
>;
} = ...
Type Declaration
fileuploadWorkflow: Reducer<
{ documentActions: DeliveryMethod[]; workflowVisible: boolean },
AnyAction,
>