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