fix(core): update
This commit is contained in:
5
ts/status.ts
Normal file
5
ts/status.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type TServiceStatus = 'up' | 'down';
|
||||
|
||||
export interface IHourlyStatus {
|
||||
states: { unixTimes: number; status: TServiceStatus };
|
||||
}
|
||||
Reference in New Issue
Block a user