8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
export interface Debug {
|
|
ip: string
|
|
activityPubMessagesWaiting: number
|
|
}
|
|
|
|
export interface SendDebugCommand {
|
|
command: 'remove-dandling-resumable-uploads'
|
|
}
|