mobilizon.chapril.org-mobil.../js/src/types/push-notification.ts

8 lines
126 B
TypeScript

export interface IPushNotification {
title: string;
body: string;
url: string;
timestamp: string;
locale: string;
}