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
1 changed files with 0 additions and 1 deletions

View File

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