interface RecentlyViewedIssue {
    issue: Issue;
    updated: string;
}

Properties

Properties

issue: Issue
updated: string