import { DaffCartShippingMethodsLoadSuccess } from '@daffodil/cart/state'
class DaffCartShippingMethodsLoadSuccess<<T extends DaffCartShippingRate = DaffCartShippingRate>> implements Action {
readonly type: DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadSuccessAction = DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadSuccessAction
payload: T[]
}