syncthing/next-gen-gui/src/app/type.ts

4 lines
50 B
TypeScript

export enum StType {
Folder = 1,
Device,
}