diff --git a/liveblocks.config.ts b/liveblocks.config.ts index d74be8a..f6e6ca0 100644 --- a/liveblocks.config.ts +++ b/liveblocks.config.ts @@ -26,9 +26,9 @@ declare global { // Custom events, for useBroadcastEvent, useEventListener RoomEvent: {}; - // Example has two events, using a union - // | { type: "PLAY" } - // | { type: "REACTION"; emoji: "🔥" }; + // Example has two events, using a union + // | { type: "PLAY" } + // | { type: "REACTION"; emoji: "🔥" }; // Custom metadata set on threads, for useThreads, useCreateThread, etc. ThreadMetadata: {