GitHub

DaffGeographyReducerState

import { DaffGeographyReducerState } from '@daffodil/geography/state'
interface DaffGeographyReducerState {
  loading: boolean
  errors: DaffStateError[]
}

Properties

Name Type Description
loading boolean
errors DaffStateError[]