Skip to content

Commit

Permalink
export link account type
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Nov 13, 2023
1 parent 4e07b0b commit 4aad5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ export enum PlaidProduct {
TRANSACTIONS="transactions",
}

enum LinkAccountType {
export enum LinkAccountType {
CREDIT = 'credit',
DEPOSITORY = 'depository',
INVESTMENT = 'investment',
LOAN = 'loan',
OTHER = 'other',
}

enum LinkAccountSubtypes {
export enum LinkAccountSubtypes {
ALL = 'all',
CREDIT_CARD = 'credit card',
PAYPAL = 'paypal',
Expand Down

0 comments on commit 4aad5b8

Please sign in to comment.