mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(react/settings): port integrity check
This commit is contained in:
		| @@ -61,3 +61,9 @@ export interface RecentChangeRow { | ||||
| export interface BulkActionAffectedNotes { | ||||
|     affectedNoteCount: number; | ||||
| } | ||||
|  | ||||
| export interface DatabaseCheckIntegrityResponse { | ||||
|     results: { | ||||
|         integrity_check: string; | ||||
|     }[]; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user