From 87e3b1049673b0bfe13b119dd2396674c16e5535 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 22 Jun 2021 13:24:49 -0400 Subject: [PATCH] update param types in ...id.ts --- pages/api/[...id].ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/api/[...id].ts b/pages/api/[...id].ts index 3cd6616..d9792c3 100644 --- a/pages/api/[...id].ts +++ b/pages/api/[...id].ts @@ -9,6 +9,11 @@ type Data = { }; type Parameters = { + theme?: string; + bg?: string; + hideStatus?: string; + hideDiscrim?: string; + borderRadius?: string; animated?: string; };