From 11165ea8b7f643244027c4447ce3f264e5c0cead Mon Sep 17 00:00:00 2001 From: _aandres Date: Sun, 29 Jan 2023 00:08:16 +0100 Subject: [PATCH] feat [api]: include new film attributes --- front/composables/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/composables/types.ts b/front/composables/types.ts index ce5793b..f0c7512 100644 --- a/front/composables/types.ts +++ b/front/composables/types.ts @@ -27,6 +27,9 @@ export type Film = { bannerLink?: string isConfirmed?: boolean tmdbId?: number + imdbId?: number + projectionComment?: string + analysis?: string } export type ShortFilm = {