Skip to content

Instantly share code, notes, and snippets.

@emanueleDiVizio
Created June 9, 2020 14:52
Show Gist options
  • Save emanueleDiVizio/e57d126972ecf27f0e7ba8c042c3f48d to your computer and use it in GitHub Desktop.
Save emanueleDiVizio/e57d126972ecf27f0e7ba8c042c3f48d to your computer and use it in GitHub Desktop.
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