mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
refactor: trim config version helper types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type CrestodianRescueConfig = {
|
||||
type CrestodianRescueConfig = {
|
||||
/**
|
||||
* Remote message rescue gate.
|
||||
* "auto" enables only for YOLO host posture with sandboxing off.
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
normalizeLegacyDotBetaVersion,
|
||||
} from "../infra/semver-compare.js";
|
||||
|
||||
export type OpenClawVersion = {
|
||||
type OpenClawVersion = {
|
||||
major: number;
|
||||
minor: number;
|
||||
patch: number;
|
||||
|
||||
Reference in New Issue
Block a user