upd: remove type for createdAt

This commit is contained in:
Mar0xy 2023-09-25 00:11:04 +02:00
parent 2847f9124e
commit 3e91abe3b3
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -15,7 +15,6 @@ namespace Entity {
suspended: boolean | null suspended: boolean | null
limited: boolean | null limited: boolean | null
created_at: string created_at: string
createdAt: string | null
followers_count: number followers_count: number
following_count: number following_count: number
statuses_count: number statuses_count: number