add comments
This commit is contained in:
parent
76f5fb07bc
commit
68f7c0060c
|
@ -1,8 +1,9 @@
|
||||||
// todo: rename to notifications (center?), inbox, or keep same as other platforms
|
// todo?: rename to notifications (center?), inbox, or keep same as other platforms
|
||||||
|
|
||||||
import type { ChatMessage } from './chat'
|
import type { ChatMessage } from './chat'
|
||||||
import type { Client } from './client'
|
import type { Client } from './client'
|
||||||
|
|
||||||
|
// todo?: rename to Activity
|
||||||
type Notification = {
|
type Notification = {
|
||||||
type: 'message'
|
type: 'message'
|
||||||
value: ChatMessage
|
value: ChatMessage
|
||||||
|
|
Loading…
Reference in New Issue