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 = {