Interface Image

interface Image {
    large?: string;
    small?: string;
    thumb?: string;
}

Properties

Properties

large?: string
small?: string
thumb?: string