Files
dex-ui-vue/src/api/openapi/docs/CardPrint.md
2025-06-21 16:55:53 +02:00

27 lines
707 B
Markdown

# CardPrint
## Properties
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]
## Example
```typescript
import { CardPrint } from 'restClient';
const instance: CardPrint = {
id,
regionalSet,
card,
imageApiPath,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)