mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[react-plaid-link] Updating the product list to match the late… (#42359)
* Adding investments to the product array * Adding investments to the product array in the test as well * Updating product array to match latest library code * Updating product array to match latest library code * Adding name to definitions by list
This commit is contained in:
parent
aab46edb53
commit
81d00a20fc
4
types/react-plaid-link/index.d.ts
vendored
4
types/react-plaid-link/index.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
// Type definitions for react-plaid-link 1.3
|
||||
// Project: https://github.com/pbernasconi/react-plaid-link
|
||||
// Definitions by: KeevanDance <https://github.com/DanceParty>
|
||||
// Mike Cousins <https://github.com/mikecousins>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 3.5
|
||||
|
||||
@ -34,8 +35,9 @@ export interface PlaidLinkProps {
|
||||
| 'income'
|
||||
| 'transactions'
|
||||
| 'assets'
|
||||
| 'holdings'
|
||||
| 'liabilities'
|
||||
| 'investments'
|
||||
| 'payment_initiation'
|
||||
>;
|
||||
|
||||
// Specify an existing user's public token to launch Link in update mode.
|
||||
|
||||
@ -21,8 +21,9 @@ const AllProps = () => {
|
||||
'income',
|
||||
'transactions',
|
||||
'assets',
|
||||
'holdings',
|
||||
'liabilities',
|
||||
'investments',
|
||||
'payment_initiation',
|
||||
]}
|
||||
token="test"
|
||||
user={{ legalName: 'Keevan', emailAddress: 'testuser@gmail.com' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user