add notification and system notification

This commit is contained in:
MathieuG-P
2022-12-26 00:09:52 +01:00
parent 89ac6077be
commit ef202e33ec
11 changed files with 138 additions and 5 deletions
@@ -0,0 +1,4 @@
export interface SystemNotificationOptions {
title?: string,
body?: string
}