654 B
654 B
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
import { CardPrint } from './api';
const instance: CardPrint = {
id,
name,
regionalName,
rarity,
};