Skip to content

Variable: JqlQueryFieldEntityPropertySchema

ts
const JqlQueryFieldEntityPropertySchema: ZodObject<{
  entity: ZodString;
  key: ZodString;
  path: ZodString;
  type: ZodOptional<ZodCustom<"string" | "number" | "text" | "user" | string & object | "date", "string" | "number" | "text" | "user" | string & object | "date">>;
}, $loose>;

Defined in: src/cloud/models/jqlQueryFieldEntityProperty.ts:5

Details of an entity property.