export interface GetDefaultProjectClassification {
  /** The project ID or project key (case-sensitive). */
  projectIdOrKey: string;
}
