upd: remove type for createdAt
This commit is contained in:
parent
2847f9124e
commit
3e91abe3b3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue