Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Bruno Predot
/
tmdb_test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bruno Predot
2025-04-25 14:15:28 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9197c470136dda609e476f34005c89c7790bcc1c
9197c470
1 parent
d13d033d
Mise à jour MovieInterface.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
interfaces/movie.ts
interfaces/movie.ts
View file @
9197c47
export
interface
MovieInterface
{
id
:
number
;
title
:
string
;
adult
:
boolean
;
backdrop_pat
:
string
;
genre_ids
:
unknown
[];
original_language
:
string
;
original_title
:
string
;
overview
:
string
;
popularity
:
number
;
poster_path
:
string
|
null
;
vote_average
:
number
;
release_date
:
string
;
title
:
string
;
video
:
boolean
;
vote_average
:
number
;
vote_count
:
number
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment