Update type

This commit is contained in:
Andras Schmelczer 2025-08-23 12:37:25 +01:00
parent 022c57e88a
commit e81d521c9c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 4 additions and 3 deletions

View file

@ -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[];