PromucFlow_constructor/app/client/src/actions/releasesActions.ts

6 lines
169 B
TypeScript
Raw Normal View History

2021-01-19 06:17:15 +00:00
import { ReduxActionTypes } from "constants/ReduxActionConstants";
export const resetReleasesCount = () => ({
type: ReduxActionTypes.RESET_UNREAD_RELEASES_COUNT,
});