Variable: FunctionOperandSchema
ts
const FunctionOperandSchema: ZodObject<{
arguments: ZodArray<ZodString>;
encodedOperand: ZodOptional<ZodString>;
function: ZodString;
}, $loose>;Defined in: src/cloud/models/functionOperand.ts:8
An operand that is a function. See Advanced searching - functions reference for more information about JQL functions.