1
0
Fork 0
peertube/shared/models/server/debug.model.ts
2021-07-20 15:27:17 +02:00

8 lines
163 B
TypeScript

export interface Debug {
ip: string
activityPubMessagesWaiting: number
}
export interface SendDebugCommand {
command: 'remove-dandling-resumable-uploads'
}