GitHub

DaffStateable

import { DaffStateable } from '@daffodil/core/state'

The interface an object must implement to consistently describe its current state.

interface DaffStateable<T extends DaffState = DaffState> {
  daffState: T
}