Rename field
This commit is contained in:
parent
cf8c9ebe00
commit
278fa912df
4 changed files with 8 additions and 3 deletions
|
|
@ -4,5 +4,5 @@ import type { DocumentWithCursors } from "./DocumentWithCursors";
|
|||
export interface ClientCursors {
|
||||
userName: string;
|
||||
deviceId: string;
|
||||
cursors: DocumentWithCursors[];
|
||||
documentsWithCursors: DocumentWithCursors[];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
import type { ClientCursors } from "../services/types/ClientCursors";
|
||||
|
||||
export interface DocumentWithMaybeOutdatedClientCursors extends ClientCursors {
|
||||
isOutdated: boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue