export interface Video { _id: string; name: string; description: string; magnetUri: string; }