mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Updated Liveblocks Config
This commit is contained in:
parent
2369c749dc
commit
c11f20c627
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ declare global {
|
|||
interface Liveblocks {
|
||||
// Each user's Presence, for useMyPresence, useOthers, etc.
|
||||
Presence: {
|
||||
// Example, real-time cursor coordinates
|
||||
// cursor: { x: number; y: number };
|
||||
cursor: { x: number; y: number } | null;
|
||||
};
|
||||
|
||||
// The Storage tree for the room, for useMutation, useStorage, etc.
|
||||
|
|
Loading…
Reference in a new issue