Handle going to notification URL on click

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-17 16:00:20 +02:00
parent 2c12138f00
commit d1c31a5080
2 changed files with 34 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
export interface IPushNotification {
title: string;
body: string;
url: string;
timestamp: string;
locale: string;
}