Add subscription support + license extension on renewal
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { BankAccount, DeletedBankAccount } from './BankAccounts.js';
|
||||
import { Card, DeletedCard } from './Cards.js';
|
||||
export type ExternalAccount = BankAccount | Card;
|
||||
export type DeletedExternalAccount = DeletedBankAccount | DeletedCard;
|
||||
Reference in New Issue
Block a user