Add OpenAPI
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **number** | | [default to undefined]
|
||||
**prefix** | [**SetPrefix**](SetPrefix.md) | | [default to undefined]
|
||||
**region** | [**Region**](Region.md) | | [default to undefined]
|
||||
**cardPrints** | [**Set<CardPrint>**](CardPrint.md) | | [default to undefined]
|
||||
**id** | **number** | | [optional] [default to undefined]
|
||||
**prefix** | **string** | | [default to undefined]
|
||||
**region** | **string** | | [default to undefined]
|
||||
**cardPrints** | [**Array<CardPrint>**](CardPrint.md) | | [default to undefined]
|
||||
|
||||
## Example
|
||||
|
||||
```typescript
|
||||
import { RegionalSet } from 'restClient';
|
||||
import { RegionalSet } from './api';
|
||||
|
||||
const instance: RegionalSet = {
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user