refactor: type card data
This commit is contained in:
parent
dccba6eec2
commit
2aae47489b
7
src/types.ts
Normal file
7
src/types.ts
Normal file
@ -0,0 +1,7 @@
|
||||
type Card = {
|
||||
sid: string;
|
||||
name: string;
|
||||
image?: string;
|
||||
};
|
||||
|
||||
export type { Card };
|
Loading…
x
Reference in New Issue
Block a user