mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(ts): import AttachmentRow type in load_results
This commit is contained in:
		| @@ -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 {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user