diff --git a/src/util/logging.ts b/src/util/logging.ts index c4db52e6..2502ce27 100644 --- a/src/util/logging.ts +++ b/src/util/logging.ts @@ -4,7 +4,7 @@ export const LOG_LEVELS = { INFO: "2", WARN: "3", ERROR: "4", -}; +} as const; export type LogLevel = (typeof LOG_LEVELS)[keyof typeof LOG_LEVELS]; /**