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

593 B

Deck

Properties

Name Type Description Notes
id number [optional] [default to undefined]
name string [default to undefined]
prints Set<CardPrint> [default to undefined]

Example

import { Deck } from './api';

const instance: Deck = {
    id,
    name,
    prints,
};

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