/** * This file was auto-generated by Fern from our API Definition. */ /** * * `NODE` - NODE * * `WORKFLOW` - WORKFLOW */ export type WorkflowExecutionEventType = "NODE" | "WORKFLOW"; export declare const WorkflowExecutionEventType: { readonly Node: "NODE"; readonly Workflow: "WORKFLOW"; };