PeerTube/shared/models/server/log-level.type.ts

2 lines
59 B
TypeScript

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