mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
feat(react/settings): port database anonymization
This commit is contained in:
@@ -67,3 +67,13 @@ export interface DatabaseCheckIntegrityResponse {
|
||||
integrity_check: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface DatabaseAnonymizeResponse {
|
||||
success: boolean;
|
||||
anonymizedFilePath: string;
|
||||
}
|
||||
|
||||
export interface AnonymizedDbResponse {
|
||||
filePath: string;
|
||||
fileName: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user