mirror of
https://github.com/ente-io/ente.git
synced 2025-06-11 03:03:16 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
export enum CACHES {
|
|
THUMBS = "thumbs",
|
|
FACE_CROPS = "face-crops",
|
|
FILES = "files",
|
|
}
|