1
0
Fork 0
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:
Fedor Katurov 2022-03-30 14:20:06 +07:00
parent 9d5086290f
commit ac533df3a3
2 changed files with 3 additions and 1 deletions

View file

@ -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