Variable: KeywordOperandSchema
ts
const KeywordOperandSchema: ZodObject<{
keyword: ZodCustom<"empty" | string & object, "empty" | string & object>;
}, $loose>;Defined in: src/cloud/models/keywordOperand.ts:9
An operand that is a JQL keyword. See Advanced searching - keywords reference for more information about operand keywords.