mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:53:09 +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
|
||||
name: string
|
||||
username: string
|
||||
description?: string
|
||||
description: string
|
||||
createdAt?: string
|
||||
followingCount?: number
|
||||
followersCount?: number
|
||||
|
|
Loading…
Reference in a new issue