mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
log level type
This commit is contained in:
@@ -2,5 +2,6 @@ export { CipherType } from './cipherType';
|
||||
export { DeviceType } from './deviceType';
|
||||
export { EncryptionType } from './encryptionType';
|
||||
export { FieldType } from './fieldType';
|
||||
export { LogLevelType } from './logLevelType';
|
||||
export { SecureNoteType } from './secureNoteType';
|
||||
export { TwoFactorProviderType } from './twoFactorProviderType';
|
||||
|
||||
6
src/enums/logLevelType.ts
Normal file
6
src/enums/logLevelType.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum LogLevelType {
|
||||
Debug,
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
}
|
||||
Reference in New Issue
Block a user