chore(ts): import AttachmentRow type in load_results

This commit is contained in:
Panagiotis Papadopoulos 2025-02-22 18:53:01 +01:00
parent 3f2ae81fe4
commit 4ddc36f6b8

View File

@ -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 {}