server-log-level.type.ts 75 B

1
  1. export type ServerLogLevel = 'debug' | 'info' | 'warn' | 'error' | 'audit'