mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +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 { 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 {} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user