export interface IAccountService {
  _find: FindMethod<
    ParamsWithStripeQuery<Stripe.AccountListParams>,
    Stripe.Account
  >;