log-level.type.ts 59 B

1
  1. export type LogLevel = 'debug' | 'info' | 'warn' | 'error'