707 B
707 B
CardPrint
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | [optional] [default to undefined] | |
| regionalSet | RegionalSet | [default to undefined] | |
| card | NewCard | [default to undefined] | |
| imageApiPath | string | [default to undefined] |
Example
import { CardPrint } from 'restClient';
const instance: CardPrint = {
id,
regionalSet,
card,
imageApiPath,
};