import { ID } from '../common'; export interface ProjectsViewParentID { projectId: ID; sectionId: ID; }