import { Project } from './Project';
/**
 * Project information updated
 */
export type ProjectUpdateResponse = Project;
