Improve instance stats

This commit is contained in:
syuilo 2019-02-07 16:05:29 +09:00
parent 485f2f460e
commit 7275bc6d3b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 18 additions and 2 deletions

View file

@ -44,12 +44,17 @@ export interface IInstance {
followersCount: number;
/**
*
*
*/
latestRequestSentAt?: Date;
/**
* HTTPステータス
* HTTPステータスコード
*/
latestStatus?: number;
/**
*
*/
latestRequestReceivedAt?: Date;
}