mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46: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,
|
videos: 0,
|
||||||
texts: 0,
|
texts: 0,
|
||||||
total: 0,
|
total: 0,
|
||||||
|
by_month: [],
|
||||||
},
|
},
|
||||||
comments: {
|
comments: {
|
||||||
total: 0,
|
total: 0,
|
||||||
|
by_month: [],
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
count: 0,
|
count: 0,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue