25 lines
458 B
Markdown
25 lines
458 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index) > [valkyrie-js](./valkyrie-js) > [notificationTypes](./valkyrie-js.notificationtypes)
|
||
|
|
||
|
## notificationTypes variable
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
notificationTypes: readonly [
|
||
|
"follow",
|
||
|
"mention",
|
||
|
"reply",
|
||
|
"renote",
|
||
|
"quote",
|
||
|
"reaction",
|
||
|
"pollVote",
|
||
|
"pollEnded",
|
||
|
"receiveFollowRequest",
|
||
|
"followRequestAccepted",
|
||
|
"groupInvited",
|
||
|
"app",
|
||
|
]
|
||
|
```
|