]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-constant.model.ts
Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade...
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-constant.model.ts
CommitLineData
40e87e9e
C
1export interface VideoConstant<T> {
2 id: T
3 label: string
02c01341 4 description?: string
40e87e9e 5}