Variable: JiraExpressionValidationErrorSchema
ts
const JiraExpressionValidationErrorSchema: ZodObject<{
column: ZodOptional<ZodNumber>;
expression: ZodOptional<ZodString>;
line: ZodOptional<ZodNumber>;
message: ZodString;
type: ZodCustom<"type" | "other" | string & object | "syntax", "type" | "other" | string & object | "syntax">;
}, $loose>;Defined in: src/cloud/models/jiraExpressionValidationError.ts:9
Details about syntax and type errors. The error details apply to the entire expression, unless the object includes:*
line and column* expression