UNPKG
@cutls/megalodon
Version:
latest (7.2.4)
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.12
7.1.11
7.1.10
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.0.15
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.3.15
6.3.14
6.3.13
6.3.12
6.3.11
6.3.10
6.3.9
6.3.8
6.3.7
6.3.6
6.3.5
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.11
6.2.10
6.2.9
6.2.8
6.2.7
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.4
6.1.3
6.1.1
6.1.0
6.0.29
6.0.28
6.0.27
6.0.26
6.0.25
6.0.24
6.0.23
6.0.22
6.0.21
6.0.19
6.0.18
6.0.17
6.0.16
6.0.15
6.0.14
6.0.13
6.0.12
6.0.11
6.0.10
6.0.9
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.1.27
5.1.26
5.1.25
5.1.24
5.1.23
5.1.22
5.1.21
5.1.20
5.1.19
5.1.18
5.1.17
5.1.16
5.1.15
5.1.14
5.1.13
5.1.12
5.1.11
5.1.10
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
Mastodon API client for node.js and browser
github.com/h3poteto/megalodon
h3poteto/megalodon
@cutls/megalodon
/
lib
/
src
/
misskey
/
entities
/
notification.d.ts
15 lines
(14 loc)
•
346 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// <reference
path
=
"user.d.ts"
/> /// <reference
path
=
"note.d.ts"
/> declare namespace MisskeyEntity {
type
Notification = { id:
string
; createdAt:
string
;
type
: NotificationType; userId:
string
; user: User; note?: Note; reaction?:
string
; };
type
NotificationType =
string
; }