Files
dex-ui-vue/src/api/openapi/docs/RegionalSet.md
2025-07-05 22:32:52 +02:00

27 lines
692 B
Markdown

# RegionalSet
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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 './api';
const instance: RegionalSet = {
id,
prefix,
region,
cardPrints,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)