translation files

This commit is contained in:
EthanHealy01
2025-10-28 20:08:59 +00:00
parent 86caa3c327
commit 8a27458d4c
3 changed files with 19 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ export interface PagePreview {
width: number;
height: number;
rotation: number;
url: string;
url: string | null;
}
export interface WordHighlightEntry {