mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
plaid-link: Add linkCustomizationName to CreateConfig (#42725)
Plaid Link now accepts a linkCustomizationName, user-defined on their dashboard, and passed in the CreateConfig.
This commit is contained in:
1
types/plaid-link/index.d.ts
vendored
1
types/plaid-link/index.d.ts
vendored
@@ -24,6 +24,7 @@ export namespace Plaid {
|
||||
onEvent?: OnEvent;
|
||||
onLoad?: OnLoad;
|
||||
language?: Language;
|
||||
linkCustomizationName?: string;
|
||||
countryCodes?: Country[];
|
||||
webhook?: string;
|
||||
userLegalName?: string;
|
||||
|
||||
Reference in New Issue
Block a user