1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Desktop: Add synchronization tools to clear local sync state or data

This commit is contained in:
Laurent Cozic
2021-05-03 12:55:38 +02:00
parent da4c61653f
commit a6caa357c8
14 changed files with 229 additions and 65 deletions

View File

@ -681,7 +681,7 @@ export default class BaseItem extends BaseModel {
return output;
}
static syncItemTypes() {
public static syncItemTypes(): ModelType[] {
return BaseItem.syncItemDefinitions_.map((def: any) => {
return def.type;
});