Files
syncthing/src/app/status.ts
T
2020-03-11 21:24:02 -04:00

4 lines
52 B
TypeScript

export enum Status {
Folders = 1,
Devices,
}