From 76f00ccabf178e33fef679bd89202917ee0f080d Mon Sep 17 00:00:00 2001 From: JennelleMaierPie <58448581+JennelleMaierPie@users.noreply.github.com> Date: Fri, 31 Jan 2020 15:26:49 -0700 Subject: [PATCH] add NUMBERS to plaid-link ViewNames (#42012) --- 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 0f1a2ff7e4..f0aa301b7e 100644 --- a/types/plaid-link/index.d.ts +++ b/types/plaid-link/index.d.ts @@ -59,6 +59,7 @@ export namespace Plaid { | 'EXIT' | 'LOADING' | 'MFA' + | 'NUMBERS' | 'RECAPTCHA' | 'SELECT_ACCOUNT' | 'SELECT_INSTITUTION';