import { JqlQueryFieldAsResponse } from "../definitions/JqlQueryFieldAsResponse"; export interface JqlQueryOrderByClauseElementAsResponse { field: JqlQueryFieldAsResponse; /** * The direction in which to order the results. */ direction?: "asc" | "desc"; } //# sourceMappingURL=JqlQueryOrderByClauseElementAsResponse.d.ts.map