mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(ts): import AttachmentRow type in load_results
This commit is contained in:
parent
3f2ae81fe4
commit
4ddc36f6b8
@ -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 {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user