/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { TicketAsResponse } from "../definitions/TicketAsResponse"; export interface TicketsAsResponse { tickets?: Array; /** * A query to find all the connected issues */ allTicketsQuery: string; } //# sourceMappingURL=TicketsAsResponse.d.ts.map