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

27 lines
654 B
Markdown

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