Add OpenAPI
This commit is contained in:
@@ -5,21 +5,21 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **number** | | [optional] [default to undefined]
|
||||
**regionalSet** | [**RegionalSet**](RegionalSet.md) | | [default to undefined]
|
||||
**card** | [**NewCard**](NewCard.md) | | [default to undefined]
|
||||
**imageApiPath** | **string** | | [default to undefined]
|
||||
**id** | **string** | | [default to undefined]
|
||||
**name** | **string** | | [default to undefined]
|
||||
**regionalName** | **string** | | [optional] [default to undefined]
|
||||
**rarity** | **string** | | [default to undefined]
|
||||
|
||||
## Example
|
||||
|
||||
```typescript
|
||||
import { CardPrint } from 'restClient';
|
||||
import { CardPrint } from './api';
|
||||
|
||||
const instance: CardPrint = {
|
||||
id,
|
||||
regionalSet,
|
||||
card,
|
||||
imageApiPath,
|
||||
name,
|
||||
regionalName,
|
||||
rarity,
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user