From 625f5b5df2474b989ff1bb1cc4a713859ab3c064 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Thu, 5 Mar 2020 10:57:26 -0800 Subject: [PATCH] plaid-link: Add linkCustomizationName to CreateConfig (#42725) Plaid Link now accepts a linkCustomizationName, user-defined on their dashboard, and passed in the CreateConfig. --- types/plaid-link/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/plaid-link/index.d.ts b/types/plaid-link/index.d.ts index f0aa301b7e..bd58070f8d 100644 --- a/types/plaid-link/index.d.ts +++ b/types/plaid-link/index.d.ts @@ -24,6 +24,7 @@ export namespace Plaid { onEvent?: OnEvent; onLoad?: OnLoad; language?: Language; + linkCustomizationName?: string; countryCodes?: Country[]; webhook?: string; userLegalName?: string;