Heartbeat: normalize array replies

This commit is contained in:
Peter Steinberger
2025-12-03 00:40:19 +00:00
parent a7fdc7b992
commit 9da5b9f4bb
4 changed files with 47 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
export type GetReplyOptions = {
onReplyStart?: () => Promise<void> | void;
isHeartbeat?: boolean;
};
export type ReplyPayload = {