Files
dex-ui-vue/src/api/openapi/docs/SpellCard.md
2025-07-15 11:04:21 +02:00

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,
};

[Back to Model list] [Back to API list] [Back to README]