Merge from upstream
[oweals/peertube.git] / shared / models / videos / video-constant.model.ts
1 export interface VideoConstant<T> {
2   id: T
3   label: string
4 }