graycoreio/daffodil

View on GitHub
libs/customer/state/src/reducers/address/initial-state.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { daffOperationInitialState } from '@daffodil/core/state';

import { DaffCustomerAddressReducerState } from './type';

/**
 * The initial state for the main customer state, see {@link DaffCustomerAddressReducerState}.
 */
export const daffCustomerAddressInitialState: DaffCustomerAddressReducerState = daffOperationInitialState;