PeerTube/shared/models/server/debug.model.ts

8 lines
126 B
TypeScript

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