mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
feat(react/settings): port sync test
This commit is contained in:
@@ -77,3 +77,11 @@ export interface AnonymizedDbResponse {
|
||||
filePath: string;
|
||||
fileName: string;
|
||||
}
|
||||
|
||||
export type SyncTestResponse = {
|
||||
success: true;
|
||||
message: string;
|
||||
} | {
|
||||
success: false;
|
||||
error: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user