This commit is contained in:
Zef Hemel
2023-02-28 11:13:18 +01:00
parent 520b5e91d6
commit ece4177e11
5 changed files with 57 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@ export type SyncEndpoint = {
url: string;
user?: string;
password?: string;
excludePrefixes?: string[];
};
// Perform a sync with the server, based on the given status (to be persisted)