import type { CreateProjectDetails } from '../models';

export interface CreateProject extends CreateProjectDetails {}
