Update frontend dashboard and health service
This commit is contained in:
7
app/frontend/types/monitor.ts
Normal file
7
app/frontend/types/monitor.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface PollState<T> {
|
||||
data: T | null;
|
||||
error: string | null;
|
||||
loading: boolean;
|
||||
lastUpdated: string | null;
|
||||
attemptedUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user