GitHub

DaffCategoryReducerState

import { DaffCategoryReducerState } from '@daffodil/category/state'
interface DaffCategoryReducerState {
  id: DaffCategory['id']
}

Properties

Name Type Description
id DaffCategory['id']

The ID of the currently loaded category.