GitHub

DaffGeographyReducerState

import { DaffGeographyReducerState } from '@daffodil/geography/state'

interface DaffGeographyReducerState {
  loading: boolean
  errors: DaffStateError[]
}