graycoreio/daffodil

View on GitHub
libs/paypal/state/src/reducers/express/initial-state.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { DaffPaypalExpressReducerState } from './interface';

export const daffPaypalExpressInitialState: DaffPaypalExpressReducerState = {
  editUrl: '',
  startUrl: '',
};