refactor(gateway): split server helpers
This commit is contained in:
8
src/gateway/server-shared.ts
Normal file
8
src/gateway/server-shared.ts
Normal file
@@ -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