Showing
2 changed files
with
1 additions
and
1 deletions
1 | import type { MovieInterface } from "~/interfaces/movie"; | 1 | import type { MovieInterface } from "~/interfaces/movie"; |
2 | -import type { TMDBCollectionResponse } from "~/interfaces/response/TMDB"; | 2 | +import type { TMDBCollectionResponse } from "~/interfaces/response/theMovieDb"; |
3 | 3 | ||
4 | export function useTMDB() { | 4 | export function useTMDB() { |
5 | const paramsBase = { | 5 | const paramsBase = { |
-
Please register or login to post a comment