PromucFlow_constructor/app/client/src/actions/releasesActions.ts
2021-01-19 11:47:15 +05:30

6 lines
169 B
TypeScript

import { ReduxActionTypes } from "constants/ReduxActionConstants";
export const resetReleasesCount = () => ({
type: ReduxActionTypes.RESET_UNREAD_RELEASES_COUNT,
});