Get typescript types for Plaid API responses

Viewed 32

I'm trying to find the typescript types for Plaid API responses so I can properly type my project which uses Plaid. I tried importing TransactionsGetResponse for the transaction response from plaid (npm install). However I got the issue TS2749: 'TransactionsGetResponse' refers to a value, but is being used as a type here. Did you mean 'typeof TransactionsGetResponse'?. Does anyone know where the documentation is for the Plaid API response types?

Thanls

0 Answers
Related