mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed typings
This commit is contained in:
parent
9d5086290f
commit
ac533df3a3
2 changed files with 3 additions and 1 deletions
|
@ -11,9 +11,11 @@ export const initialBackendStats: StatBackend = {
|
|||
videos: 0,
|
||||
texts: 0,
|
||||
total: 0,
|
||||
by_month: [],
|
||||
},
|
||||
comments: {
|
||||
total: 0,
|
||||
by_month: [],
|
||||
},
|
||||
files: {
|
||||
count: 0,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue