interface CardFaceData {
    img?: string;
    name?: string;
    text?: string;
}

Properties

Properties

img?: string

A displayed image or video file which depicts the face

name?: string

A name for this card face

text?: string

Displayed text that belongs to this face