interface RecentlyViewedProject {
    project: Project;
    updated: string;
}

Properties

Properties

project: Project
updated: string