Variable JqlQueryClauseTimePredicateSchemaConst
JqlQueryClauseTimePredicateSchema: ZodObject<
{
operand: ZodUnion<
readonly [
ZodObject<
{
encodedOperand: ZodOptional<ZodString>;
values: ZodArray<
ZodUnion<
readonly [
ZodObject<{ encodedValue: ...; value: ... }, $loose>,
ZodObject<
{ arguments: ...; encodedOperand: ...; function: ... },
$loose,
>,
ZodObject<{ keyword: ... }, $loose>,
],
>,
>;
},
$loose,
>,
ZodObject<
{ encodedValue: ZodOptional<ZodString>; value: ZodString },
$loose,
>,
ZodObject<
{
arguments: ZodArray<ZodString>;
encodedOperand: ZodOptional<ZodString>;
function: ZodString;
},
$loose,
>,
ZodObject<
{ keyword: ZodCustom<string & {} | "empty", string & {} | "empty"> },
$loose,
>,
],
>;
operator: ZodCustom<
| "from"
| "on"
| "after"
| "before"
| string & {}
| "to"
| "during"
| "by",
"from"
| "on"
| "after"
| "before"
| string & {}
| "to"
| "during"
| "by",
>;
},
$loose,
> = ...
A time predicate for a temporal JQL clause.