interface Image {
    href: string;
    raw: string;
    text: string;
    title: string;
    type: "image";
}

Properties

Properties

href: string
raw: string
text: string
title: string
type: "image"