27 lines
654 B
Markdown
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)
|