Alokai

CardType

Representation of a Card Type CardType

export interface CardType {
	'code'?: string;
	'name'?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstringCard type code {string} CardType
nameOptionalstringCard type name {string} CardType

On this page