mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
export interface Debug {
|
|
ip: string
|
|
activityPubMessagesWaiting: number
|
|
}
|
|
|
|
export interface SendDebugCommand {
|
|
command: 'remove-dandling-resumable-uploads'
|
|
}
|