@ffflorian/xkcdjs
    Preparing search index...

    Interface XKCDResult

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

    Hierarchy (View Summary)

    Index

    Properties

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