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

Properties

Properties

name: string

A name for this card face

text: string

Displayed text that belongs to this face

img: string

A displayed image or video file which depicts the face