export interface GetProjectCategoryById {
  /** The ID of the project category. */
  id: number;
}
