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

25 lines
586 B
Markdown

# 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
```typescript
import { Deck } from 'restClient';
const instance: Deck = {
id,
name,
cards,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)