fix type error
Gitea/movie-explorer/pipeline/head This commit looks good
Details
Gitea/movie-explorer/pipeline/head This commit looks good
Details
This commit is contained in:
parent
48501d9874
commit
5de3cddc64
|
@ -4,7 +4,7 @@ import tmdb from "./tmdb"
|
||||||
import { twMerge } from "tailwind-merge"
|
import { twMerge } from "tailwind-merge"
|
||||||
|
|
||||||
export interface Movie {
|
export interface Movie {
|
||||||
id: number | null
|
id: number
|
||||||
poster_path: string | null
|
poster_path: string | null
|
||||||
backdrop_path: string | null
|
backdrop_path: string | null
|
||||||
title: string | null
|
title: string | null
|
||||||
|
|
Loading…
Reference in New Issue