4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
export const SET_STARS = 'SET_STARS'
|
|
export const INCREMENT_STARS = 'INCREMENT_STARS'
|
|
export const DECREMENT_STARS = 'DECREMENT_STARS'
|