/** * Type descriptor for execution flow pins. * * @type {import('./TypeRegistry.js').TypeDescriptor} */ export const ExecType = { id: "exec", label: "Exec", color: "#ffffff", isVariable: false, isLocalVariable: false, defaultValue: null, };