add missing tags

This commit is contained in:
m
2026-07-13 13:05:13 +02:00
parent 0aa3549561
commit ca2d5a54e1
2 changed files with 30 additions and 11 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ export interface FileItem {
export interface Tag {
id: string;
name: string;
tag_name: string;
tag_type: string;
}
export interface OcrJob {