/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface KeywordOperandAsResponse { /** * The keyword that is the operand value. */ keyword: "empty"; } //# sourceMappingURL=KeywordOperandAsResponse.d.ts.map