mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Formated Files
This commit is contained in:
parent
beb661143b
commit
71aebb1701
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ declare global {
|
||||||
|
|
||||||
// Custom events, for useBroadcastEvent, useEventListener
|
// Custom events, for useBroadcastEvent, useEventListener
|
||||||
RoomEvent: {};
|
RoomEvent: {};
|
||||||
// Example has two events, using a union
|
// Example has two events, using a union
|
||||||
// | { type: "PLAY" }
|
// | { type: "PLAY" }
|
||||||
// | { type: "REACTION"; emoji: "🔥" };
|
// | { type: "REACTION"; emoji: "🔥" };
|
||||||
|
|
||||||
// Custom metadata set on threads, for useThreads, useCreateThread, etc.
|
// Custom metadata set on threads, for useThreads, useCreateThread, etc.
|
||||||
ThreadMetadata: {
|
ThreadMetadata: {
|
||||||
|
|
Loading…
Reference in a new issue