Add OpenAPI
This commit is contained in:
@@ -7,17 +7,17 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **number** | | [optional] [default to undefined]
|
||||
**name** | **string** | | [default to undefined]
|
||||
**cards** | **{ [key: string]: number; }** | | [default to undefined]
|
||||
**prints** | [**Set<CardPrint>**](CardPrint.md) | | [default to undefined]
|
||||
|
||||
## Example
|
||||
|
||||
```typescript
|
||||
import { Deck } from 'restClient';
|
||||
import { Deck } from './api';
|
||||
|
||||
const instance: Deck = {
|
||||
id,
|
||||
name,
|
||||
cards,
|
||||
prints,
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user