graycoreio/daffodil

View on GitHub
libs/geography/state/src/reducers/country-entities/country-entities-state.interface.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { EntityState } from '@ngrx/entity';

import { DaffCountry } from '@daffodil/geography';

/**
 * Interface for country entity state.
 */
export type DaffCountryEntityState<T extends DaffCountry = DaffCountry> = EntityState<T>;