implement /api/v1/favourites

This commit is contained in:
Hazelnoot 2025-03-21 23:26:12 -04:00
parent aaf49eadee
commit 3d8930f070
4 changed files with 59 additions and 27 deletions

View file

@ -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