Current Path : /home/infinitibizsol/.trash/node_modules/stripe/types/ |
Current File : /home/infinitibizsol/.trash/node_modules/stripe/types/CustomerSources.d.ts |
// File generated from our OpenAPI spec declare module 'stripe' { namespace Stripe { type CustomerSource = Account | BankAccount | Card | Source; type DeletedCustomerSource = DeletedBankAccount | DeletedCard; } }