Files
dex-ui-vue/src/api/openapi/docs/Deck.md
2025-06-21 16:55:53 +02:00

586 B

Deck

Properties

Name Type Description Notes
id number [optional] [default to undefined]
name string [default to undefined]
cards { [key: string]: number; } [default to undefined]

Example

import { Deck } from 'restClient';

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

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