refactor: trim config version helper types

This commit is contained in:
Peter Steinberger
2026-05-02 04:01:27 +01:00
parent 4efce59571
commit 1b76a3fc30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
export type CrestodianRescueConfig = {
type CrestodianRescueConfig = {
/**
* Remote message rescue gate.
* "auto" enables only for YOLO host posture with sandboxing off.

View File

@@ -3,7 +3,7 @@ import {
normalizeLegacyDotBetaVersion,
} from "../infra/semver-compare.js";
export type OpenClawVersion = {
type OpenClawVersion = {
major: number;
minor: number;
patch: number;