error
error: CaseReducerActions<{
clear: () => ErrorState;
set: (_: WritableDraft<ErrorState>, actions: {
payload: ErrorState;
type: string;
}) => ErrorState;
}, "error">;
error: CaseReducerActions<{
clear: () => ErrorState;
set: (_: WritableDraft<ErrorState>, actions: {
payload: ErrorState;
type: string;
}) => ErrorState;
}, "error">;