/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { ProjectIssueTypeMapping } from "../definitions/ProjectIssueTypeMapping"; export interface ProjectIssueTypeMappings { /** * The project and issue type mappings. */ mappings: Array; } //# sourceMappingURL=ProjectIssueTypeMappings.d.ts.map