parent
72b85fc09f
commit
5e0eda9526
7 changed files with 65 additions and 11 deletions
|
@ -68,8 +68,23 @@ export interface IInstance {
|
|||
*/
|
||||
latestRequestReceivedAt?: Date;
|
||||
|
||||
/**
|
||||
* このインスタンスと不通かどうか
|
||||
*/
|
||||
isNotResponding: boolean;
|
||||
|
||||
/**
|
||||
* このインスタンスと最後にやり取りした日時
|
||||
*/
|
||||
lastCommunicatedAt: Date;
|
||||
|
||||
/**
|
||||
* このインスタンスをブロックしているか
|
||||
*/
|
||||
isBlocked: boolean;
|
||||
|
||||
/**
|
||||
* このインスタンスが閉鎖済みとしてマークされているか
|
||||
*/
|
||||
isMarkedAsClosed: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue