export interface ICouponService {
  _find: FindMethod<
    ParamsWithStripeQuery<Stripe.CouponListParams>,
    Stripe.Coupon
  >;