extract frontend realtime state hook

This commit is contained in:
Jack Kingsman
2026-03-09 18:27:01 -07:00
parent 946006bd7f
commit 5d509a88d9
8 changed files with 552 additions and 218 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ interface SuccessEvent {
details?: string;
}
interface UseWebSocketOptions {
export interface UseWebSocketOptions {
onHealth?: (health: HealthStatus) => void;
onMessage?: (message: Message) => void;
onContact?: (contact: Contact) => void;