Item: {
    type: "image";
    url: string;
} | {
    text: string;
    type: "text";
}

Generated using TypeDoc