1
0

upd: update user data fetching on masto api

This commit is contained in:
Mar0xy
2023-09-25 05:33:25 +02:00
parent c10f785614
commit 06630c097b
3 changed files with 12 additions and 8 deletions
@@ -5,7 +5,11 @@ namespace MisskeyEntity {
id: string
name: string
username: string
description?: string
createdAt?: string
followingCount?: number
followersCount?: number
notesCount?: number
host: string | null
avatarUrl: string
avatarColor: string