better iterface

This commit is contained in:
m
2026-09-10 06:46:22 +02:00
parent 27d4eb6a65
commit 8ff2339c8a
14 changed files with 498 additions and 43 deletions
+1 -7
View File
@@ -11,13 +11,7 @@ import {
type StoredFile,
type StoredFolder,
} from '../services/db';
export type SyncResult = {
rootUri: string;
folders: number;
files: number;
missing: number;
};
import type { SyncResult } from './syncDevice.types';
function uriDepth(uri: string): number {
return uri.split('/').length;