alt should be an array of 'alt' strings, in the same order as the provided mentions.

interface Content {
    alt?: string[];
    mentions?: string[];
    text: string;
}

Properties

Properties

alt?: string[]
mentions?: string[]
text: string