/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueMatchesForJQLAsResponse { /** * A list of errors. */ errors: Array; /** * A list of issue IDs. */ matchedIssues: Array; } //# sourceMappingURL=IssueMatchesForJQLAsResponse.d.ts.map