Skip to content

Commit

Permalink
MV #2 #45 : Cambiando tipo id a string
Browse files Browse the repository at this point in the history
  • Loading branch information
LCinder committed Dec 15, 2021
1 parent 8782138 commit fe306e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMovie.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export interface IMovie {
id: number,
id: string,
adult: boolean,
original_language: string,
original_title: string,
Expand Down

0 comments on commit fe306e8

Please sign in to comment.