interface Content {
    image?: string;
    text?: string;
}

Properties

Properties

image?: string
text?: string