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

25 lines
593 B
Markdown

# Deck
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | | [optional] [default to undefined]
**name** | **string** | | [default to undefined]
**prints** | [**Set<CardPrint>**](CardPrint.md) | | [default to undefined]
## Example
```typescript
import { Deck } from './api';
const instance: Deck = {
id,
name,
prints,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)