mirror of
https://github.com/anatolykopyl/movieroom-front.git
synced 2026-03-26 21:05:21 +00:00
Direct file upload
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface Room {
|
||||
id: string;
|
||||
magnet: string;
|
||||
magnet?: string;
|
||||
createdAt: Date;
|
||||
movie?: string;
|
||||
filename?: string;
|
||||
|
||||
Reference in New Issue
Block a user