import { ActionSequence } from '@daffodil/core/state'
type ActionSequence = ActionSequenceStep[]
ActionSequenceStep[]