updated lists index to use typescript and composition api
This commit is contained in:
parent
e335601ab8
commit
d339424e7a
3 changed files with 34 additions and 29 deletions
6
src/types/movielist.ts
Normal file
6
src/types/movielist.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export type MovieList = {
|
||||
id: number;
|
||||
name: string;
|
||||
public: boolean;
|
||||
movie_count: number;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue