Created
October 22, 2020 15:40
-
-
Save andrewarosario/81c0494ce2d9f914bc3a1da86cec0b48 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
const payload = { | |
title: 'Novo Comentário!', | |
body: 'Você recebeu um incrível comentário. O que deseja fazer?', | |
icon: 'src/assets/img/cat-icon.png', | |
actions: [ | |
{ | |
action: 'like', | |
title: '👍 Like', | |
}, | |
{ | |
action: 'whatever', | |
title: '¯\\_(ツ)_/¯', | |
} | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment