graycoreio/daffodil

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

Summary

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

import { DaffCustomerPaymentReducerState } from './type';

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