Triangle.js Docs
GitHub
Preparing search index...
src
Types
Social
Notification
Type Alias Notification
Notification
:
{
_id
:
string
;
seen
:
boolean
;
stream
:
string
;
ts
:
string
|
Date
}
&
(
|
{
data
:
{
ismutual
:
boolean
;
relationship
:
Types
.
Social
.
Relationship
}
;
type
:
"friend"
;
}
|
{
data
:
{
avatar_revision
:
number
|
null
;
months
:
number
;
userid
:
string
;
username
:
string
;
}
;
type
:
"supporter_gift"
;
}
|
{
data
:
unknown
;
type
:
Exclude
<
NotificationType
,
"friend"
|
"supporter_gift"
>
;
}
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Triangle.js Docs
Loading...