1
0
Fork 0
peertube/shared/models/server/debug.model.ts

9 lines
163 B
TypeScript

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