]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/debug.model.ts
Introduce contact form command
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
CommitLineData
5d79474c
C
1export interface Debug {
2 ip: string
3}
f6d6e7f8 4
5export interface SendDebugCommand {
6 command: 'remove-dandling-resumable-uploads'
7}