We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24cdc9 commit 6d63d42Copy full SHA for 6d63d42
lib/notification_center/type.ts
@@ -67,11 +67,11 @@ export type NotificationPayload = {
67
68
export type NotificationType = keyof NotificationPayload;
69
70
-export type NotiticationTypeValues = {
+export type NotificationTypeValues = {
71
[key in NotificationType]: key;
72
}
73
74
-export const NOTIFICATION_TYPES: NotiticationTypeValues = {
+export const NOTIFICATION_TYPES: NotificationTypeValues = {
75
ACTIVATE: 'ACTIVATE',
76
DECISION: 'DECISION',
77
LOG_EVENT: 'LOG_EVENT',
0 commit comments