aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/server/debug.model.ts
blob: 2ecabdecab1e8ad47541a809afdc35ca33886036 (plain) (tree)
1
2
3
4
5
6
7
8

                        
                                    
 



                                              
export interface Debug {
  ip: string
  activityPubMessagesWaiting: number
}

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