Update type
This commit is contained in:
parent
022c57e88a
commit
e81d521c9c
2 changed files with 4 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import type { CursorSpan } from "./CursorSpan";
|
||||
|
||||
export interface DocumentWithCursors {
|
||||
vault_update_id: number;
|
||||
vault_update_id: number | null;
|
||||
document_id: string;
|
||||
relative_path: string;
|
||||
cursors: CursorSpan[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue