]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/client-log-level.type.ts
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / shared / models / server / client-log-level.type.ts
1 export type ClientLogLevel = 'warn' | 'error'