Variable: PreviewTriggerSchema
ts
const PreviewTriggerSchema: ZodObject<{
id: ZodOptional<ZodString>;
ruleKey: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/previewTrigger.ts:5
Trigger configuration for workflow transitions.