1
0

upd: add createdAt to user

This commit is contained in:
Mar0xy
2023-09-25 03:59:18 +02:00
parent a7778e6425
commit 16b81fb016
2 changed files with 3 additions and 0 deletions
@@ -15,6 +15,7 @@ namespace Entity {
suspended: boolean | null
limited: boolean | null
created_at: string
createdAt?: string
followers_count: number
following_count: number
statuses_count: number