import { DaffCartBillingAddressActions } from '@daffodil/cart/state'
A union of all the cart billing address action classes.
type DaffCartBillingAddressActions<T extends DaffCart = DaffCart> = DaffCartBillingAddressLoad | DaffCartBillingAddressLoadSuccess<T> | DaffCartBillingAddressLoadFailure | DaffCartBillingAddressUpdate<T> | DaffCartBillingAddressUpdateSuccess<T> | DaffCartBillingAddressUpdateFailure