import { Project } from './Project';
/**
 * Project settings
 */
export type ProjectGetResponse = Project;
