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