From 4ddc36f6b807da149fe89fa84d78627fe95d9072 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sat, 22 Feb 2025 18:53:01 +0100 Subject: [PATCH] chore(ts): import AttachmentRow type in load_results --- src/public/app/services/load_results.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/public/app/services/load_results.ts b/src/public/app/services/load_results.ts index 25f3b30ec..eabbcfc74 100644 --- a/src/public/app/services/load_results.ts +++ b/src/public/app/services/load_results.ts @@ -1,4 +1,4 @@ -import type { TaskRow } from "../../../becca/entities/rows.js"; +import type { TaskRow, AttachmentRow } from "../../../becca/entities/rows.js"; import type { AttributeType } from "../entities/fattribute.js"; import type { EntityChange } from "../server_types.js"; @@ -37,8 +37,6 @@ interface ContentNoteIdToComponentIdRow { componentId: string; } -interface AttachmentRow {} - interface OptionRow {} interface NoteReorderingRow {}