mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
import { AbuseState } from './abuse-state.model'
|
|
|
|
export interface AbuseUpdate {
|
|
moderationComment?: string
|
|
|
|
state?: AbuseState
|
|
}
|