interface ItemContent {
    content?: string;
    contentType?: ItemContentType;
}

Properties

content?: string
contentType?: ItemContentType