interface Image {
    data?: string;
    type?: string;
}

Properties

Properties

data?: string
type?: string