server-debug.model.ts 83 B

1234
  1. export interface ServerDebug {
  2. ip: string
  3. activityPubMessagesWaiting: number
  4. }