import { provideDaffCartCouponDriver } from '@daffodil/cart/driver'
Provider function for DaffCartCouponDriver
.
const provideDaffCartCouponDriver: <R extends DaffCartCouponServiceInterface<DaffCart> = DaffCartCouponServiceInterface<DaffCart>>(klass: Type<...>) => ExistingProvider