import type { ProjectIssueTypeMapping } from './projectIssueTypeMapping';

/** The project and issue type mappings. */
export interface ProjectIssueTypeMappings {
  /** The project and issue type mappings. */
  mappings: ProjectIssueTypeMapping[];
}
