mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
export interface Video {
|
|
_id: string;
|
|
name: string;
|
|
description: string;
|
|
magnetUri: string;
|
|
}
|