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

export interface CreateProjectCategory extends ProjectCategory {}
