mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +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