mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 00:23:08 +02:00
fix: u.description
This commit is contained in:
parent
8557a8e588
commit
353d144dfa
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace MisskeyEntity {
|
||||||
id: string
|
id: string
|
||||||
name: string
|
name: string
|
||||||
username: string
|
username: string
|
||||||
description?: string
|
description: string
|
||||||
createdAt?: string
|
createdAt?: string
|
||||||
followingCount?: number
|
followingCount?: number
|
||||||
followersCount?: number
|
followersCount?: number
|
||||||
|
|
Loading…
Reference in a new issue