mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.29
This commit is contained in:
@@ -85,6 +85,20 @@ export interface StatsHistoryPoint {
|
||||
|
||||
export type StatsRange = "1h" | "6h" | "24h" | "7d";
|
||||
|
||||
export interface ActionError {
|
||||
id: string;
|
||||
uid: string;
|
||||
action: string;
|
||||
error: string;
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
export interface ServerConfig {
|
||||
allowedPaths: string[];
|
||||
allowNonCompose: boolean;
|
||||
restrictedMode: boolean;
|
||||
}
|
||||
|
||||
export type WSMessage =
|
||||
| { type: "services"; data: Service[] }
|
||||
| { type: "connections"; data: Connection[] }
|
||||
|
||||
Reference in New Issue
Block a user