Init OpenAPI

This commit is contained in:
rak
2025-06-21 16:55:53 +02:00
parent 18719f1ad9
commit 2545c0840d
43 changed files with 4770 additions and 13 deletions

View File

@@ -0,0 +1,26 @@
# RegionalSet
## Properties
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]
## Example
```typescript
import { RegionalSet } from 'restClient';
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)