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; };