From dc8bc31be517a53e8fbe7100cfe45cd73f596de0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 Mar 2016 13:50:19 +0100 Subject: Angular application :first draft --- client/angular/videos/models/video.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/angular/videos/models/video.ts (limited to 'client/angular/videos/models') diff --git a/client/angular/videos/models/video.ts b/client/angular/videos/models/video.ts new file mode 100644 index 000000000..2f998c49a --- /dev/null +++ b/client/angular/videos/models/video.ts @@ -0,0 +1,6 @@ +export interface Video { + _id: string; + name: string; + description: string; + magnetUri: string; +} -- cgit v1.2.3