Skip to content

Variable: TriggerManifestSchema

Makaio Framework


Makaio Framework / contracts/extension / TriggerManifestSchema

const TriggerManifestSchema: ZodObject<{ description: ZodOptional<ZodString>; prefix: ZodString; stage: ZodOptional<ZodEnum<{ action: "action"; gather: "gather"; transform: "transform"; }>>; }, $strip>

Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:297

Zod schema for TriggerManifest.