25 lines
593 B
Markdown
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)
|