mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 01:02:03 +03:00
refactor(gateway): split server helpers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { ErrorShape } from "./protocol/index.js";
|
||||
|
||||
export type DedupeEntry = {
|
||||
ts: number;
|
||||
ok: boolean;
|
||||
payload?: unknown;
|
||||
error?: ErrorShape;
|
||||
};
|
||||
Reference in New Issue
Block a user