mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
missing type
This commit is contained in:
parent
eb2350bb1f
commit
e2d7a19c08
2 changed files with 2 additions and 0 deletions
1
frontend/src/scripts/modules.d.ts
vendored
1
frontend/src/scripts/modules.d.ts
vendored
|
@ -1,2 +1,3 @@
|
|||
declare let firebase: any;
|
||||
declare let moment: any;
|
||||
declare let grecaptcha: any;
|
|
@ -39,6 +39,7 @@ type Group = {
|
|||
setCallback: () => void;
|
||||
updateCallback: () => void;
|
||||
updateInput: () => void;
|
||||
setValue: (string: string) => void;
|
||||
};
|
||||
|
||||
type Groups = {
|
||||
|
|
Loading…
Reference in a new issue