swipe game with overlay
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type Card = {
|
||||
id: number;
|
||||
url: string;
|
||||
image: string;
|
||||
name: string;
|
||||
};
|
||||
|
||||
3
types/Collection.ts
Normal file
3
types/Collection.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type Collection = {
|
||||
name: string;
|
||||
};
|
||||
Reference in New Issue
Block a user