We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926578c commit 6d610aeCopy full SHA for 6d610ae
GUI/ETVR/src/static/types/interfaces/index.ts
@@ -40,5 +40,5 @@ export interface INotificationAction {
40
export interface INotifictionMessage {
41
title: string
42
message: string
43
- type: ENotificationType
+ type?: ENotificationType
44
}
0 commit comments