mirror of
https://github.com/bitwarden/jslib
synced 2026-01-09 03:53:18 +00:00
7 lines
74 B
TypeScript
7 lines
74 B
TypeScript
export enum LogLevelType {
|
|
Debug,
|
|
Info,
|
|
Warning,
|
|
Error,
|
|
}
|