1
0
Fork 0
peertube/shared/models/pods/remote-video/remote-video-request.model.ts
2017-10-26 09:11:38 +02:00

9 lines
382 B
TypeScript

export interface RemoteVideoRequest {
type: RemoteVideoRequestType
data: any
}
export type RemoteVideoRequestType = 'add-video' | 'update-video' | 'remove-video' |
'add-channel' | 'update-channel' | 'remove-channel' |
'report-abuse' |
'add-author' | 'remove-author'