tgd-frontend/src/types/card-item.ts
2024-10-29 22:39:42 +04:00

4 lines
70 B
TypeScript

export class CardItem {
cardName: string;
cardType: string;
}