Alokai

CardTypeList

Representation of a Card Type List CardTypeList

export interface CardTypeList {
	'cardTypes'?: Array<CardType>;
}

Properties

NameRequiredTypeDescription
cardTypesOptionalArray<CardType>List of card types {Array<CardType>} CardTypeList

Referenced Types

On this page