mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export interface VideoConstant<T> {
|
|
id: T
|
|
label: string
|
|
}
|