export interface GetProjectTypeByKey {
  /** The key of the project type. */
  projectTypeKey: 'software' | 'service_desk' | 'business' | 'product_discovery' | string;
}
