1
0
Fork 0
peertube/shared/models/videos/video-abuse-create.model.ts

4 lines
55 B
TypeScript

export interface VideoAbuseCreate {
reason: string
}