Interface BooruImage

interface BooruImage {
    height: null | number;
    url: string;
    width: null | number;
}

Properties

Properties

height: null | number
url: string
width: null | number