/** The request for updating the default project classification level. */
export interface UpdateDefaultProjectClassification {
  /** The ID of the project classification. */
  id: string;
}
