/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { IssueMatchesForJQLAsResponse } from "../definitions/IssueMatchesForJQLAsResponse"; export interface IssueMatchesAsResponse { matches: Array; } //# sourceMappingURL=IssueMatchesAsResponse.d.ts.map