864 B
864 B
SpellCard
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | [optional] [default to undefined] | |
| cardType | CardType | [default to undefined] | |
| description | string | [default to undefined] | |
| name | string | [default to undefined] | |
| cardPrints | Array<CardPrint> | [default to undefined] | |
| type | SpellCardType | [default to undefined] |
Example
import { SpellCard } from './api';
const instance: SpellCard = {
id,
cardType,
description,
name,
cardPrints,
type,
};