diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-23 15:40:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-23 15:40:24 +0900 |
| commit | 8fc1e07136d5ee203cbd1a1bc2ec00dfeb0e8cf0 (patch) | |
| tree | 47f8035925cadc4b123b8af9a6f3f0b07bae15ee /src/models | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-8fc1e07136d5ee203cbd1a1bc2ec00dfeb0e8cf0.tar.gz sharkey-8fc1e07136d5ee203cbd1a1bc2ec00dfeb0e8cf0.tar.bz2 sharkey-8fc1e07136d5ee203cbd1a1bc2ec00dfeb0e8cf0.zip | |
1時間単位での集計を追加
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/stats.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/stats.ts b/src/models/stats.ts index 7bff475c63..c481c3196e 100644 --- a/src/models/stats.ts +++ b/src/models/stats.ts @@ -10,6 +10,8 @@ export interface IStats { date: Date; + span: 'day' | 'hour'; + /** * ユーザーに関する統計 */ |