implement /api/v1/favourites
This commit is contained in:
parent
aaf49eadee
commit
3d8930f070
4 changed files with 59 additions and 27 deletions
|
|
@ -32,6 +32,7 @@ namespace MisskeyAPI {
|
|||
export type Notification = MisskeyEntity.Notification
|
||||
export type Poll = MisskeyEntity.Poll
|
||||
export type Reaction = MisskeyEntity.Reaction
|
||||
export type NoteReaction = MisskeyEntity.NoteReaction
|
||||
export type Relation = MisskeyEntity.Relation
|
||||
export type User = MisskeyEntity.User
|
||||
export type UserDetail = MisskeyEntity.UserDetail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue