1
0

chore: remove createdAt in favour of created_at

This commit is contained in:
Mar0xy
2023-09-25 04:30:15 +02:00
parent 6ed28c76fb
commit 035d600406
3 changed files with 0 additions and 5 deletions
@@ -15,7 +15,6 @@ namespace Entity {
suspended: boolean | null
limited: boolean | null
created_at: string
createdAt?: string
followers_count: number
following_count: number
statuses_count: number
@@ -19,7 +19,6 @@ namespace Entity {
content: string
plain_content: string | null
created_at: string
createdAt?: string
emojis: Emoji[]
replies_count: number
reblogs_count: number