Interface XKCDResultWithData

interface XKCDResultWithData {
    alt: string;
    data: ImageData;
    day: string;
    img: string;
    link: string;
    month: string;
    news: string;
    num: number;
    safe_title: string;
    title: string;
    transcript: string;
    year: string;
}

Hierarchy

Properties

alt: string
data: ImageData
day: string
img: string
link: string
month: string
news: string
num: number
safe_title: string
title: string
transcript: string
year: string

Generated using TypeDoc