fix type error
Gitea/movie-explorer/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-10-08 12:03:07 +02:00
parent 48501d9874
commit 5de3cddc64
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import tmdb from "./tmdb"
import { twMerge } from "tailwind-merge"
export interface Movie {
id: number | null
id: number
poster_path: string | null
backdrop_path: string | null
title: string | null