mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:18:37 +00:00
fix(types): tighten shared helper typing contracts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type UpdateAvailable = import("../../../src/infra/update-startup.js").UpdateAvailable;
|
||||
import type { ConfigUiHints } from "../../../src/shared/config-ui-hints-types.js";
|
||||
export type { ConfigUiHints } from "../../../src/shared/config-ui-hints-types.js";
|
||||
|
||||
export type ChannelsStatusSnapshot = {
|
||||
ts: number;
|
||||
|
||||
Reference in New Issue
Block a user