Interface CardContent

interface CardContent {
    body?: (MultiplePages | Sections | ContentBodyElements)[];
    head?: Header;
    settings?: any;
}

Properties

Properties

body?: (MultiplePages | Sections | ContentBodyElements)[]
head?: Header
settings?: any