Current Path : /home/infinitibizsol/.trash/node_modules.1/stripe/types/ |
Current File : /home/infinitibizsol/.trash/node_modules.1/stripe/types/ExternalAccounts.d.ts |
// File generated from our OpenAPI spec declare module 'stripe' { namespace Stripe { type DeletedExternalAccount = DeletedBankAccount | DeletedCard; type ExternalAccount = BankAccount | Card; } }