Formated Files

This commit is contained in:
Ahmad 2024-09-29 17:57:05 -04:00
parent beb661143b
commit 71aebb1701
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -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: {