mirror of
https://github.com/ente-io/ente.git
synced 2025-06-15 04:47:14 +00:00
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
export enum CACHES {
|
|
THUMBS = "thumbs",
|
|
FACE_CROPS = "face-crops",
|
|
// Desktop app only
|
|
FILES = "files",
|
|
}
|