692 B
692 B
RegionalSet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | [optional] [default to undefined] | |
| prefix | string | [default to undefined] | |
| region | string | [default to undefined] | |
| cardPrints | Array<CardPrint> | [default to undefined] |
Example
import { RegionalSet } from './api';
const instance: RegionalSet = {
id,
prefix,
region,
cardPrints,
};