1
Answer

Code Syntax TypeScript

Can anyone explain the below code syntax? What does it trying to do?
 
export const updateDateTime = () => ({
type: appActions.DateTimeUpdate
}
);

Answers (1)