interface RecentlyViewedWiki {
    page: Wiki;
    updated: string;
}

Properties

Properties

page: Wiki
updated: string