CardTypeList
Representation of a Card Type List CardTypeList
export interface CardTypeList {
'cardTypes'?: Array<CardType>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cardTypes | Optional | Array<CardType> | List of card types {Array<CardType>} CardTypeList |