small-fix
This commit is contained in:
parent
12e5743d24
commit
aaa1527770
|
@ -26,7 +26,7 @@ type NotificationsContextType = {
|
||||||
showNotificationsPanel: () => void
|
showNotificationsPanel: () => void
|
||||||
hideNotificationsPanel: () => void
|
hideNotificationsPanel: () => void
|
||||||
markNotificationAsRead: (notification: ServerNotification) => Promise<void>
|
markNotificationAsRead: (notification: ServerNotification) => Promise<void>
|
||||||
setMessageHandler: (MessageHandler) => void
|
setMessageHandler: (h: MessageHandler) => void
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user