mirror of https://github.com/Chocobozzz/PeerTube
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
|
export interface ServerDebug {
|
||
|
ip: string
|
||
|
activityPubMessagesWaiting: number
|
||
|
}
|