From baa1de10e1690e44a9b7a1441bd831a0444e8832 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 16:37:16 -0500 Subject: [PATCH] [F] Fix type problem --- src/App.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.ts b/src/App.ts index 22679ee..c69b8bc 100644 --- a/src/App.ts +++ b/src/App.ts @@ -13,7 +13,7 @@ class Artwork title: string; description: string; - type: string; + type: any; video: boolean; url: string;