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-05-20 17:54:43 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6add71021a10368a420c4ed9ec65eaa072cbc90a
6add7102
1 parent
46e45cb3
Changement de nom plus explicite pour interface
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
composables/tMDB.ts
interfaces/response/TMDB.ts → interfaces/response/theMovieDb.ts
composables/tMDB.ts
View file @
6add710
import
type
{
MovieInterface
}
from
"~/interfaces/movie"
;
import
type
{
TMDBCollectionResponse
}
from
"~/interfaces/response/
TMDB
"
;
import
type
{
TMDBCollectionResponse
}
from
"~/interfaces/response/
theMovieDb
"
;
export
function
useTMDB
()
{
const
paramsBase
=
{
...
...
interfaces/response/
TMDB
.ts
→
interfaces/response/
theMovieDb
.ts
View file @
6add710
File moved
Please
register
or
login
to post a comment