]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-constant.model.ts
Flat shared module directory
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-constant.model.ts
CommitLineData
40e87e9e
C
1export interface VideoConstant<T> {
2 id: T
3 label: string
4}