Skip to content

Variable: AnalyseExpressionSchema

ts
const AnalyseExpressionSchema: ZodObject<{
  check: ZodOptional<ZodCustom<"type" | string & object | "complexity" | "syntax", "type" | string & object | "complexity" | "syntax">>;
  contextVariables: ZodOptional<ZodRecord<ZodString, ZodAny>>;
  expressions: ZodArray<ZodString>;
}, $strip>;

Defined in: src/cloud/parameters/analyseExpression.ts:5