Created
June 9, 2020 14:52
-
-
Save emanueleDiVizio/e57d126972ecf27f0e7ba8c042c3f48d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type FetchOfflineModeActionForPO = { | |
type: '@@network-connectivity/FETCH_OFFLINE_MODE', | |
payload: { | |
prevAction: { | |
type: string, // Your previous action type | |
payload?: any, // Your previous payload | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment