import { DaffStoreFacade } from '@daffodil/core/state'
interface DaffStoreFacade<T> { dispatch(action: T): any }
any
action: T