/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ValueOperandAsResponse { /** * Encoded value, which can be used directly in a JQL query. */ encodedValue?: string; /** * The operand value. */ value: string; } //# sourceMappingURL=ValueOperandAsResponse.d.ts.map