interface NicopediaArticle {
    exists: boolean;
    pageUrl: string;
}

Properties

Properties

exists: boolean
pageUrl: string