Update src/@types/global.d.ts
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
97d490c1b6
commit
9e9992078b
1 changed files with 1 additions and 1 deletions
2
src/@types/global.d.ts
vendored
2
src/@types/global.d.ts
vendored
|
@ -197,7 +197,7 @@ declare global {
|
||||||
options: {
|
options: {
|
||||||
sitekey: string;
|
sitekey: string;
|
||||||
callback: (response: string) => void;
|
callback: (response: string) => void;
|
||||||
}
|
},
|
||||||
) => string;
|
) => string;
|
||||||
isReady: () => boolean;
|
isReady: () => boolean;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue