You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ASTPMeetup a single project may have multiple records in the projects table, corresponding to several years over which it was running. In the date field, do you want a list with all years that project was active?
interface ProjectSummary {
img: string
project_name: string,
project_details: string
date: string
}
The text was updated successfully, but these errors were encountered: