Files
dex-ui-vue/src/api/openapi/docs/CardPrint.md
2025-07-05 22:32:52 +02:00

654 B

CardPrint

Properties

Name Type Description Notes
id string [default to undefined]
name string [default to undefined]
regionalName string [optional] [default to undefined]
rarity string [default to undefined]

Example

import { CardPrint } from './api';

const instance: CardPrint = {
    id,
    name,
    regionalName,
    rarity,
};

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