import { Project } from "./projects"; export type ProjectValidator = (project: Project) => boolean;