interface Image {
    alt?: null | string;
    title?: null | string;
    type: "image";
    url: string;
}

Hierarchy (view full)

Properties

Properties

alt?: null | string
title?: null | string
type: "image"
url: string

Generated using TypeDoc