export interface RemoveProjectCategory {
  /** ID of the project category to delete. */
  id: number;
}
