initial-commit
This commit is contained in:
10
pages/star-wars/types.ts
Normal file
10
pages/star-wars/types.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type Movie = {
|
||||
id: string
|
||||
title: string
|
||||
release_date: string
|
||||
}
|
||||
|
||||
export type MovieDetails = Movie & {
|
||||
director: string
|
||||
producer: string
|
||||
}
|
||||
Reference in New Issue
Block a user