fix(types): add lifecycle to log levels
This commit is contained in:
parent
91071a22d1
commit
c51e6484ce
@ -9,12 +9,12 @@ export type TLogType =
|
||||
| 'success'
|
||||
| 'value'
|
||||
| 'finance'
|
||||
| 'compliance';
|
||||
| 'compliance'
|
||||
|
||||
/**
|
||||
* the available log levels
|
||||
*/
|
||||
export type TLogLevel = 'silly' | 'info' | 'debug' | 'note' | 'ok' | 'success' | 'warn' | 'error';
|
||||
export type TLogLevel = 'silly' | 'info' | 'debug' | 'note' | 'ok' | 'success' | 'warn' | 'error' | 'lifecycle';
|
||||
|
||||
/**
|
||||
* the available environments
|
||||
|
Loading…
Reference in New Issue
Block a user