]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/server/debug.model.ts
Introduce generic video constant manager for plugins
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
... / ...
CommitLineData
1export interface Debug {
2 ip: string
3}
4
5export interface SendDebugCommand {
6 command: 'remove-dandling-resumable-uploads'
7}