mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +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 { AttributeType } from "../entities/fattribute.js";
|
||||||
import type { EntityChange } from "../server_types.js";
|
import type { EntityChange } from "../server_types.js";
|
||||||
|
|
||||||
@ -37,8 +37,6 @@ interface ContentNoteIdToComponentIdRow {
|
|||||||
componentId: string;
|
componentId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface AttachmentRow {}
|
|
||||||
|
|
||||||
interface OptionRow {}
|
interface OptionRow {}
|
||||||
|
|
||||||
interface NoteReorderingRow {}
|
interface NoteReorderingRow {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user