Variable JqlQueryOrderByClauseElementSchemaConst
JqlQueryOrderByClauseElementSchema: ZodObject<
{
direction: ZodOptional<
ZodCustom<"desc" | string & {} | "asc", "desc" | string & {} | "asc">,
>;
field: ZodObject<
{
encodedName: ZodOptional<ZodString>;
name: ZodString;
property: ZodOptional<
ZodArray<
ZodObject<
{
entity: ZodString;
key: ZodString;
path: ZodString;
type: ZodOptional<
ZodCustom<
(...)
| (...)
| (...)
| (...)
| (...)
| (...),
(...) | (...) | (...) | (...) | (...) | (...),
>,
>;
},
$loose,
>,
>,
>;
},
$loose,
>;
},
$loose,
> = ...
An element of the order-by JQL clause.