Direct file upload

This commit is contained in:
2022-01-04 01:42:51 +03:00
parent c60c9b6522
commit a9585f1e82
6 changed files with 130 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
export interface Room {
id: string;
magnet: string;
magnet?: string;
createdAt: Date;
movie?: string;
filename?: string;