Update src/@types/global.d.ts

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Dariusz Niemczyk 2021-07-19 16:34:07 +02:00 committed by GitHub
parent 97d490c1b6
commit 9e9992078b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ declare global {
options: {
sitekey: string;
callback: (response: string) => void;
}
},
) => string;
isReady: () => boolean;
};