mirror of
https://github.com/immich-app/immich.git
synced 2025-06-16 20:18:07 -04:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export enum ImmichLogLevel {
|
|
SIMPLE = 'simple',
|
|
VERBOSE = 'verbose',
|
|
}
|