import { JqlQueryOrderByClauseElementAsResponse } from "../definitions/JqlQueryOrderByClauseElementAsResponse"; export interface JqlQueryOrderByClauseAsResponse { /** * The list of order-by clause fields and their ordering directives. */ fields: Array; } //# sourceMappingURL=JqlQueryOrderByClauseAsResponse.d.ts.map