UNPKG

stripe

Version:
10 lines (7 loc) 210 B
// File generated from our OpenAPI spec declare module 'stripe' { namespace Stripe { type DeletedExternalAccount = DeletedBankAccount | DeletedCard; type ExternalAccount = BankAccount | Card; } }