* 🔨 - Remove `shared` key from execution save data * 👕 - Using import type where needed * remove console.log * 🔨 - Create new clean workflowData instead of removing shared If IWorkflowBase changes in future, TS will error out here ensuring it's kept up to date * 🔨 - use lodash.pick for less verbosity * 🔨 - fix lodash imports