lemmy-js-client
Preparing search index...
Notification
Type Alias Notification
type
Notification
=
{
comment_id
?:
CommentId
;
id
:
NotificationId
;
kind
:
NotificationTypes
;
post_id
?:
PostId
;
private_message_id
?:
PrivateMessageId
;
published_at
:
string
;
read
:
boolean
;
recipient_id
:
PersonId
;
}
Index
Properties
comment_
id?
id
kind
post_
id?
private_
message_
id?
published_
at
read
recipient_
id
Properties
Optional
comment_
id
comment_id
?:
CommentId
id
id
:
NotificationId
kind
kind
:
NotificationTypes
Optional
post_
id
post_id
?:
PostId
Optional
private_
message_
id
private_message_id
?:
PrivateMessageId
published_
at
published_at
:
string
read
read
:
boolean
recipient_
id
recipient_id
:
PersonId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
id
kind
post_
id
private_
message_
id
published_
at
read
recipient_
id
lemmy-js-client
Loading...