mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-03-17 00:31:06 +02:00
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue