FIX: users :)

This commit is contained in:
Nicolás Hatcher
2025-06-02 18:32:43 +02:00
parent 7635cbe1d1
commit abaeb3284a
13 changed files with 122 additions and 16 deletions

View File

@@ -233,4 +233,11 @@ export interface DefinedName {
name: string;
scope?: number;
formula: string;
}
export interface WebUser {
id: string;
sheet: number;
row: number;
column: number;
}