4771e0008
1 2 3 4
export interface RemoteVideoRequest { type: 'add' | 'update' | 'remove' | 'report-abuse' data: any }