mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 06:51:01 +00:00
refactor: dedupe cli config cron and install flows
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type GatewayServiceRuntime = {
|
||||
status?: "running" | "stopped" | "unknown";
|
||||
status?: string;
|
||||
state?: string;
|
||||
subState?: string;
|
||||
pid?: number;
|
||||
|
||||
Reference in New Issue
Block a user