Variable JqlQueryFieldEntityPropertySchemaConst
JqlQueryFieldEntityPropertySchema: ZodObject<
{
entity: ZodString;
key: ZodString;
path: ZodString;
type: ZodOptional<
ZodCustom<
"string"
| "number"
| "text"
| "user"
| string & {}
| "date",
"string" | "number" | "text" | "user" | string & {} | "date",
>,
>;
},
$loose,
> = ...
Details of an entity property.