From 9e9992078baa2756e2e26f22106afbd8f3119828 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com> Date: Mon, 19 Jul 2021 16:34:07 +0200 Subject: [PATCH] Update src/@types/global.d.ts Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- src/@types/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index 46c23ff8d8..8bf6329f80 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -197,7 +197,7 @@ declare global { options: { sitekey: string; callback: (response: string) => void; - } + }, ) => string; isReady: () => boolean; };