/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { ListOperandAsResponse } from "../definitions/ListOperandAsResponse"; import { ValueOperandAsResponse } from "../definitions/ValueOperandAsResponse"; import { FunctionOperandAsResponse } from "../definitions/FunctionOperandAsResponse"; import { KeywordOperandAsResponse } from "../definitions/KeywordOperandAsResponse"; export declare type JqlQueryClauseOperandAsResponse = ListOperandAsResponse | ValueOperandAsResponse | FunctionOperandAsResponse | KeywordOperandAsResponse; //# sourceMappingURL=JqlQueryClauseOperandAsResponse.d.ts.map