mirror of
https://github.com/syncthing/syncthing.git
synced 2026-06-30 19:35:34 -04:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
export interface Completion {
|
|
completion: number;
|
|
globalBytes: number;
|
|
needBytes: number;
|
|
needDeletes: number;
|
|
} |