radames's picture
liveblocks
70b8e47 unverified
raw
history blame
No virus
170 Bytes
export type Presence = {
cursor: {
x: number;
y: number;
} | null;
};
export type Storage = {
// animals: LiveList<string>,
// ...
};
export type User = string;