mirror of
https://github.com/anatolykopyl/movieroom-front.git
synced 2026-03-26 12:55:20 +00:00
Barely working
This commit is contained in:
9
src/interfaces.ts
Normal file
9
src/interfaces.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface Room {
|
||||
id: string;
|
||||
magnet: string;
|
||||
createdAt: Date;
|
||||
movie?: string;
|
||||
downloaded?: boolean;
|
||||
downloadedAt?: Date;
|
||||
position: number;
|
||||
}
|
||||
Reference in New Issue
Block a user