Skip to content

Commit 6d63d42

Browse files
committed
up
1 parent b24cdc9 commit 6d63d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/notification_center/type.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ export type NotificationPayload = {
6767

6868
export type NotificationType = keyof NotificationPayload;
6969

70-
export type NotiticationTypeValues = {
70+
export type NotificationTypeValues = {
7171
[key in NotificationType]: key;
7272
}
7373

74-
export const NOTIFICATION_TYPES: NotiticationTypeValues = {
74+
export const NOTIFICATION_TYPES: NotificationTypeValues = {
7575
ACTIVATE: 'ACTIVATE',
7676
DECISION: 'DECISION',
7777
LOG_EVENT: 'LOG_EVENT',

0 commit comments

Comments
 (0)