Skip to content

Variable: JiraExpressionComplexitySchema

ts
const JiraExpressionComplexitySchema: ZodObject<{
  expensiveOperations: ZodString;
  variables: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $loose>;

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

Details about the complexity of the analysed Jira expression.